Bug 982551

Summary: Management interface configuration in section 3.2 is not valid
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: DocumentationAssignee: Lucas Costi <lcosti>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: jkudrnac, lcosti
Target Milestone: GA   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:15:13 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:

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