No connection specified for project. No database-specific validation will be performed. JPA Problem No grammar constraints (DTD or XML Schema) referenced in the document. jboss-deployment-structure.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 1 XML Problem The value of the local variable memberId is not used ValidateMemberId.java /jboss-hibernate3/src/main/java/org/jboss/as/quickstart/hibernate3/util line 31 Java Problem Type safety: Unchecked cast from List to List<Member> MemberListProducer.java /jboss-hibernate3/src/main/java/org/jboss/as/quickstart/hibernate3/data line 65 Java Problem Unnecessary @SuppressWarnings("unused") Resources.java /jboss-hibernate3/src/main/java/org/jboss/as/quickstart/hibernate3/util line 42 Java Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateEmail" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 35 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateMemberId" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 31 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateName" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 39 JSF Faces Config Problem
There is no schema for the jboss-web.xml file, XML Problem 'No grammar constraints' is dependent on Bug 1178925.
Found and removed the unneeded comment from the following files: cdi-interceptors/src/main/java/org/jboss/as/quickstarts/cdi/util/Resources.java cdi-stereotype/src/main/java/org/jboss/as/quickstarts/cdi/util/Resources.java hibernate3/src/main/java/org/jboss/as/quickstart/hibernate3/util/Resources.java hibernate4/src/main/java/org/jboss/as/quickstart/hibernate4/util/Resources.java kitchensink-ear/ejb/src/main/java/org/jboss/as/quickstarts/kitchensink_ear/util/Resources.java kitchensink/src/main/java/org/jboss/as/quickstarts/kitchensink/util/Resources.java Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/b9b9e5ea39754b772c74d8c69e53c6c0438c6c4a Still need help with the validator class 'JSF Faces Config Problem',
The validator-class issues seem to be resolved. They no longer happen when I import the project. Moving to modified.
I can still see these warnings: validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateEmail" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 35 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateMemberId" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 31 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateName" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 39 JSF Faces Config Problem
I can not recreate this problem. When I import hibernate3, the only warning I see is the following, which is documented in the JBDS shared guide: JPA Problem: No connection specified for project. No database-specific validation will be performed. Fred, do you know why she is seeing this warning and I am not?
I can not recreate this. Please try this with ER3.
I re-tried with ER3 and clean workspace and still see the warnings, plus one more: Console configuration "jboss-hibernate3" does not exist. Hibernate specific validation and content assist will be limited. jboss-hibernate3 line 0 JPA Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateEmail" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 35 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateMemberId" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 31 JSF Faces Config Problem validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateName" that does not extend javax.faces.validator.Validator faces-config.xml /jboss-hibernate3/src/main/webapp/WEB-INF line 39 JSF Faces Config Problem For the 3 JSF Faces Config problems there is a quick fix to configure problem severity for preference 'Invalid validator class', which can be ignored. Have you not already configured to disable validation or ignore the validation problems? Have you tried it with EAP 6.4.0 ER2 or ER3 quickstarts zip?
Now I can recreate the following JSF Faces Config Problems: validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateEmail" that does not extend javax.faces.validator.Validator faces-config.xml validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateMemberId" that does not extend javax.faces.validator.Validator faces-config.xml validator-class references to "org.jboss.as.quickstart.hibernate3.util.ValidateName" that does not extend javax.faces.validator.Validator faces-config.xml But I do not see the JPA Problem: Console configuration "jboss-hibernate3" does not exist. Hibernate specific validation and content assist will be limited @fbricon: Do you know what would cause the above issue?
These JSF Faces Config Problems is a bug in Jboss Tools JSF Tools. Will be fixed as a part of https://issues.jboss.org/browse/JBIDE-19403
Thanks Alexey. I'm still trying to understand what is causing her JPA issue. I can't recreate that one.
I added the info about the validator class in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/43350640920dc1dbb6e2d30c2fbf71bd5ea5e37a However, I'm still not clear how to reproduce the JPA Problem: Console configuration "jboss-hibernate3" does not exist. Hibernate specific validation and content assist will be limited
Nikoleta, one more question. When you get that new JPA Problem warning, does the quickstart still run okay?
Thanks Nikoleta. Max, she is not able to reproduce this one any more. I will move this to modified for the next release.