[jboss-jira] [JBoss JIRA] Created: (AS7-1007) Update the AS7 schema to reflect the correct domain-controller config
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Jun 13 11:56:23 EDT 2011
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: Brian Stansberry
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list