[jboss-jira] [JBoss JIRA] (AS7-4133) Unable to write attributes of a messaging addressing setting
Jan Martiska (JIRA)
jira-events at lists.jboss.org
Mon Mar 12 06:02:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Martiska updated AS7-4133:
------------------------------
Summary: Unable to write attributes of a messaging addressing setting (was: Unable to write attribute redelivery-delay of a messaging addressing setting)
Description:
{noformat}
[standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/address-setting=#/:write-attribute(name="redelivery-delay", value=50)
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed: JBAS014779: Stage MODEL is already complete",
"rolled-back" => true
}
{noformat}
Other attributes of Addressing-setting don't work either.
tried on latest nightly snapshot.. for example in EAP6 ER3 it works fine.
was:
{noformat}
[standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/address-setting=#/:write-attribute(name="redelivery-delay", value=50)
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed: JBAS014779: Stage MODEL is already complete",
"rolled-back" => true
}
{noformat}
tried on latest nightly snapshot.. for example in EAP6 ER3 it works fine.
> Unable to write attributes of a messaging addressing setting
> ------------------------------------------------------------
>
> Key: AS7-4133
> URL: https://issues.jboss.org/browse/AS7-4133
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Affects Versions: 7.1.1.Final
> Reporter: Jan Martiska
> Assignee: Alexey Loubyansky
>
> {noformat}
> [standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/address-setting=#/:write-attribute(name="redelivery-delay", value=50)
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014749: Operation handler failed: JBAS014779: Stage MODEL is already complete",
> "rolled-back" => true
> }
> {noformat}
> Other attributes of Addressing-setting don't work either.
> tried on latest nightly snapshot.. for example in EAP6 ER3 it works fine.
--
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