]
Brian Stansberry reassigned AS7-1007:
-------------------------------------
Assignee: James Perkins (was: Brian Stansberry)
Update the AS7 schema to reflect the correct domain-controller
config
---------------------------------------------------------------------
Key: AS7-1007
URL:
https://issues.jboss.org/browse/AS7-1007
Project: Application Server 7
Issue Type: Bug
Reporter: Heiko Braun
Assignee: James Perkins
Priority: Critical
Fix For: 7.0.0.CR1
This seems to be completely out of date:
{noformat}
<xs:complexType name="domain-controller-remoteType">
<!-- TODO need different discovery mechanisms -->
<xs:attribute name="location" type="xs:anyURI"
use="required"/>
<!-- the interface to bind to for outbound connections to the given location
-->
<xs:attribute name="bind-interface" type="xs:string"
use="optional"/>
<xs:attribute name="callback-location" type="xs:anyURI"
use="required"/>
<xs:attribute name="outbound-interface"
type="xs:string"/>
<xs:attribute name="callback-outbound-interface"
type="xs:string"/>
</xs:complexType>
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: