[jboss-jira] [JBoss JIRA] (AS7-4182) wrong format when marshalling ignored-resources
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Thu Mar 15 06:40:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-4182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber updated AS7-4182:
-------------------------------------
Description:
{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}
> 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
More information about the jboss-jira
mailing list