Bug 970983 - missing xml element within messaging subsystem
Summary: missing xml element within messaging subsystem
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR2
: EAP 6.3.0
Assignee: sgilda
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-05 11:47 UTC by Dominique Jean-Prost
Modified: 2015-06-01 11:13 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.8 Build Name: 11865, Administration and Configuration Guide-6.1-3 Build Date: 23-05-2013 10:40:22
Last Closed: 2014-06-28 15:40:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dominique Jean-Prost 2013-06-05 11:47:30 UTC
Title: Configure the JMS Server

Describe the issue:
Documentation says in https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/Administration_and_Configuration_Guide/sect-Configuration.html that "

Add a new line just beneath the <subsystems> tag. Paste the following into it:
<subsystem xmlns="urn:jboss:domain:messaging:1.2">

</subsystem>
All further configuration will be added to the empty line above.

"
This is wrong. The element <hornetq-server> is missing.

Comment 2 Misty Stanley-Jones 2013-08-20 07:27:34 UTC
I'm not sure this is really the best way to go. Wouldn't you add the subsystem with a :add operation? I don't think we should be telling anyone to hack the XML.

Comment 3 Miroslav Novak 2013-08-28 09:30:22 UTC
Hi Misty, 

in this case it seems that there is confusion why there is:
<subsystem xmlns="urn:jboss:domain:messaging:1.3">
  ...
  
  ...
</subsystem>

and not:
<subsystem xmlns="urn:jboss:domain:messaging:1.3">
  <hornetq-server>
  ...
  
  ...
  </hornetq-server>
</subsystem>

in the doc. I believe that there always will be users who modify standalone-...xml directly. Updating it will make it clear to users.

Thanks,
Mirek

Comment 4 sgilda 2013-11-06 21:34:22 UTC
I'll take this one.

Comment 5 sgilda 2013-11-06 21:38:29 UTC
Made the following changes to topic 111:

Changed the name of the standalone configuration file to standalone-full.xml.
Changed the messaging subsystem version to 1.4.
Changed the instructions to add the text after the '<hornetq-server>' tag.
Added the <hornetq-server> tag to the example.

Comment 6 sgilda 2013-11-19 15:04:33 UTC
Apparently my change did not save to PressGang. Moving this back to assigned.

Comment 9 Miroslav Novak 2014-02-27 10:22:07 UTC
Verified. Thanks!

Comment 10 Miroslav Novak 2014-04-02 12:30:41 UTC
*** Bug 1080123 has been marked as a duplicate of this bug. ***


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