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

Bug 996680

Summary: [JBDS] (6.2.x) (needs-triage) :: jboss-deployment-structure.xml: cvc-complex-type.2.4.a: Invalid content was found starting with element
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Burr Sutter <bsutter>
Component: BuildAssignee: jboss-set
Status: CLOSED EOL QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: cdewolf, max.andersen, myarboro
Target Milestone: ---   
Target Release: EAP 6.3.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:03 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:

Description Burr Sutter 2013-08-13 17:01:22 UTC
Description of problem:
https://issues.jboss.org/browse/WFLY-943

Version-Release number of selected component (if applicable):


How reproducible:
jboss-deployment-structure.xml:

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
   <deployment>
   	   <dependencies>
   	   		<module name="com.h2database.h2"/>
   	   		<module name="org.codehaus.jackson.jackson-core-asl"/>
   	   		<module name="org.codehaus.jackson.jackson-mapper-asl"/>
            <module name="org.slf4j"/>
   	   </dependencies>
   </deployment>
</jboss-deployment-structure>

Steps to Reproduce:
1.Validate the jboss-deployment-structure.xml above against our XSD
2.
3.

Actual results:


Expected results:


Additional info:

Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information: 


Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Max Rydahl Andersen 2013-08-16 07:17:52 UTC
Just a comment stating that this actually affects all examples using this xml.

Would be great to get a bugfix out just of the XSD (if that is the only place the problem is) we could tell users and examples to use which actually validates AND deploys.