[jboss-jira] [JBoss JIRA] (AS7-3791) Cannot add/remove stack protocols

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Thu Feb 16 09:56:36 EST 2012


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

Richard Achmatowicz commented on AS7-3791:
------------------------------------------

Heiko

The approach for adding protocols:

{noformat}
$ batch
$ /subsystem=jgroups/stack=tcp:add()
$ /subsystem=jgroups/stack=tcp/transport=TRANSPORT:add(type=tcp, socket-binding=..., ...)
$ /subsystem=jgroups/stack=tcp:add-protocol(type=MPING, socket-binding=..., ...)
$ # continue to add protocols to the ordeered list - additions occur at the end only
$ run-batch
{noformat}

There should be a read-write handler for each protocol resource, but no add handler.

                
> Cannot add/remove stack protocols
> ---------------------------------
>
>                 Key: AS7-3791
>                 URL: https://issues.jboss.org/browse/AS7-3791
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Heiko Braun
>            Assignee: Richard Achmatowicz
>             Fix For: 7.1.1.Final
>
>
> [standalone at localhost:9999 /] /subsystem=jgroups/stack=tcp/protocol=test:add  
> {
>     "outcome" => "failed",
>     "failure-description" => "JBAS014739: No handler for add at address [
>     (\"subsystem\" => \"jgroups\"),
>     (\"stack\" => \"tcp\"),
>     (\"protocol\" => \"test\")
> ]",
>     "rolled-back" => true
> }

--
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