Bug 953328

Summary: Following the docs for excluding subsystem leads to ParseError
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Vikram Goyal <vigoyal>
Component: DocumentationAssignee: Russell Dickenson <rdickens>
Status: CLOSED WONTFIX QA Contact: Russell Dickenson <rdickens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: nchaudha, pkremens, rdickens, ssadeghi, vigoyal
Target Milestone: ---Keywords: Documentation, EasyFix
Target Release: EAP 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 906776 Environment:
Last Closed: 2013-04-18 06:08:17 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:
Bug Depends On: 906776    
Bug Blocks:    

Description Vikram Goyal 2013-04-18 00:19:26 UTC
+++ 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

Comment 1 Vikram Goyal 2013-04-18 06:08:17 UTC
Documentation fixes are not back-ported.

Closing this bug and marking it as WONTFIX.