Bug 982551 - Management interface configuration in section 3.2 is not valid
Summary: Management interface configuration in section 3.2 is not valid
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: EAP 6.2.0
Assignee: Lucas Costi
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-09 09:39 UTC by Jakub Cechacek
Modified: 2015-02-01 23:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:15:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jakub Cechacek 2013-07-09 09:39:31 UTC
Example 3.1 shows configuration of HTTP API like this:

<management-interfaces>
    [...]
    <http-interface interface="management" port="9990"/>
<management-interfaces>


Although according to XML schema, the valid configuration is differen

<management-interfaces>
  [...]
  <http-interface security-realm="ManagementRealm">
     <socket-binding http="management-http"/>
  </http-interface>
</management-interfaces>


Similarly for example 3.2

Comment 4 Lucas Costi 2013-10-28 03:47:53 UTC
Fixed in topic 4740 revision 549219

The changes will be reflected in the next document build, and the status will be changed to ON_QA when it is ready for review.

Comment 6 Jakub Cechacek 2013-11-05 15:27:16 UTC
Verified 6.2.0.ER7


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