[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
Tue Sep 17 18:43:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805258#comment-12805258 ] 

RH Bugzilla Integration commented on WFLY-165:
----------------------------------------------

Paul Gier <pgier at redhat.com> changed the Status of [bug 952566|https://bugzilla.redhat.com/show_bug.cgi?id=952566] from MODIFIED to ON_QA
                
> 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