While verifying JBIDE-13965 I encountered this problem:
When you create a seam project, there is an error in jboss-deployment-structure.xml:
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.
The content of the file is as follows:
<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>
Note that the seam project still deploys fine on the server.
Also, there is no such error with EAP 5.x.
- duplicates
-
JBIDE-14629 Errors when creating and deploying seam2 project with Seam 2.3.Final
- Closed
- is related to
-
JBIDE-13965 Wrong datasource driver when EAP 6.1 server is present
- Closed