-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
Wrong validation error on jboss-deployment-structure.xml file:
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0"> <deployment> <dependencies> <module name="org.hibernate" export="true"/> <module name="javax.faces.api" export="true" /> <module name="com.sun.jsf-impl" export="true"/> <module name="org.dom4j" export="true"/> <module name="org.hibernate.validator" export="true"/> </dependencies> </deployment> </jboss-deployment-structure>
Validation error:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'deployment'. One of '{ear-subdeployments-isolated, deployment, sub-deployment, module}' is expected. jboss-deployment-structure.xml
The error says exactly what is in jboss-deployment-structure.xml - we have there deployment, so this is valid and not invalid content.
- duplicates
-
JBIDE-14629 Errors when creating and deploying seam2 project with Seam 2.3.Final
- Closed
- relates to
-
JBIDE-17480 Error in validation of jboss-deployment-structure.xml
- Closed