[jboss-jira] [JBoss JIRA] (WFLY-165) It is possible to create broadcast group using non-existent connectors
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed Sep 4 02:09:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801389#comment-12801389 ]
RH Bugzilla Integration commented on WFLY-165:
----------------------------------------------
Brian Stansberry <brian.stansberry at redhat.com> changed the Status of [bug 952566|https://bugzilla.redhat.com/show_bug.cgi?id=952566] from NEW to MODIFIED
> It is possible to create broadcast group using non-existent connectors
> ----------------------------------------------------------------------
>
> Key: WFLY-165
> URL: https://issues.jboss.org/browse/WFLY-165
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Fix For: 8.0.0.Alpha1
>
>
> It is possible to create broadcast group using non-existent connectors. It seems that validation is missing for add operation. This affects both CLI and Amin console, thus I suppose that problem is in underlying Management API.
> Example:
> 1. Creation of new group with non-existent connectors "ab" and "ba" will succeed
> [standalone at localhost:9999 /] /subsystem=messaging/hornetq-server=default/broadcast-group=foo:add(socket-binding=default, connectors=[ab,ba])
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> 2. However if we try to change the value of connectors attribute to the very same value it will fail
>
> /subsystem=messaging/hornetq-server=default/broadcast-group=foo:write-attribute(name=connectors,value=[ab,bc])
> {
> "outcome" => "failed",
> "failure-description" => "JBAS011680: The broadcast group 'foo' defines reference to nonexistent connector 'ab'. Available connectors '[netty, in-vm, netty-throughput]'.",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list