Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1178875

Summary: Warnings when importing tasks-rs quickstart into JBDS
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: bsutter, jkudrnac
Target Milestone: ER1   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:44:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1178925    
Bug Blocks:    

Description Nikoleta Hlavickova 2015-01-05 15:14:03 UTC
The import javax.xml.bind.Unmarshaller is never used
Task.java	/jboss-tasks-rs/src/main/java/org/jboss/as/quickstarts/tasksrs/model	line 34
Java Problem

The import javax.xml.bind.JAXBException is never used
Task.java	/jboss-tasks-rs/src/main/java/org/jboss/as/quickstarts/tasksrs/model	line 33
Java Problem

The import javax.xml.bind.JAXBContext is never used
Task.java	/jboss-tasks-rs/src/main/java/org/jboss/as/quickstarts/tasksrs/model	line 32
Java Problem

No grammar constraints (DTD or XML Schema) referenced in the document.	
beans.xml	/jboss-tasks-rs/src/main/webapp/WEB-INF	line 1
XML Problem

No connection specified for project. No database-specific validation will be performed.
JPA Problem

Comment 1 sgilda 2015-01-05 17:14:09 UTC
There is no schema for the jboss-web.xml file, XML Problem 'No grammar constraints' is dependent on Bug 1178925.

Comment 3 Nikoleta Hlavickova 2015-01-16 07:24:36 UTC
Verified with EAP 6.4.0.ER1.