Bug 953328 - Following the docs for excluding subsystem leads to ParseError
Summary: Following the docs for excluding subsystem leads to ParseError
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.0.0
Assignee: Russell Dickenson
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On: 906776
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-18 00:19 UTC by Vikram Goyal
Modified: 2014-08-14 15:20 UTC (History)
5 users (show)

Fixed In Version:
Clone Of: 906776
Environment:
Last Closed: 2013-04-18 06:08:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.