+++ This bug was initially created as a clone of Bug #906776 +++ The instructions for excluding a subsystem in the docs[1] lead to : JBAS018754: Unexpected content of type 'element start', name is 'exclude-subsystems', text is: 'null' The sample jboss-deployment-structure.xml in the docs doesn't specify the namespace and the default version assumed by EAP 6.0.1 is not 1.2. "exclude-subsystem" is introduced in version 1.2 of jboss-deployment-structure schema. Specifying the namespace solves the problem: <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2"> The docs need to be updated accordingly. [1] https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_Application_Platform/6/html/Development_Guide/Exclude_a_Subsystem_from_a_Deployment.html --- Additional comment from Vikram Goyal on 2013-03-20 01:58:12 EDT --- Fix is in. Will provide a link when the docs are built next. Moving this to MODIFIED. --- Additional comment from on 2013-04-16 05:49:25 EDT --- From description I understand, that problem with missing jboss-deployment-structure tag is mainly related to EAP 6.0.1 and EAP 6.0.0, so this issue should be fixed alson in 6.0 documentation. http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6/html/Development_Guide/Exclude_a_Subsystem_from_a_Deployment.html
Documentation fixes are not back-ported. Closing this bug and marking it as WONTFIX.