[
https://issues.jboss.org/browse/AS7-4182?page=com.atlassian.jira.plugin.s...
]
Emanuel Muckenhuber resolved AS7-4182.
--------------------------------------
Resolution: Done
wrong format when marshalling ignored-resources
-----------------------------------------------
Key: AS7-4182
URL:
https://issues.jboss.org/browse/AS7-4182
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: Emanuel Muckenhuber
Assignee: Emanuel Muckenhuber
Fix For: 7.1.2.Final
{code}
<remote host="${jboss.test.host.master.address}" port="9999"
security-realm="ManagementRealm">
<ignored-resources name="profile">
<instance name="ignored"/>
</ignored-resources>
</remote>
{code}
should be:
{code}
<remote host="${jboss.test.host.master.address}" port="9999"
security-realm="ManagementRealm">
<ignored-resources type="profile">
<instance name="ignored"/>
</ignored-resources>
</remote>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira