[jboss-jira] [JBoss JIRA] (WFLY-9146) Legacy protocol write-attribute operations throw NoSuchResourceException

Paul Ferraro (JIRA) issues at jboss.org
Thu Jul 27 16:33:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-9146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated WFLY-9146:
-------------------------------
    Description: 
In this operation sequence, the 2nd operation fails with a NoSuchResourceException:
{noformat}
/subsystem=jgroups/stack=tcp/protocol=TCPPING:add()
/subsystem=jgroups/stack=tcp/protocol=TCPPING:write-attribute(name=properties, value={initial_hosts="HOST_A[7600],HOST_B[7600]"})
{noformat}
The 1st operation will be transformed to /.../protocol=org.jgroups.protocols.TCPPING:add()
The 2nd operation should also be transformed to the legacy resource.

  was:
In this operation sequence, the 2nd operation fails with a NoSuchResourceException:
/subsystem=jgroups/stack=tcp/protocol=TCPPING:add()
/subsystem=jgroups/stack=tcp/protocol=TCPPING:write-attribute(name=properties, value={initial_hosts="HOST_A[7600],HOST_B[7600]"})

The 1st operation will be transformed to /.../protocol=org.jgroups.protocols.TCPPING:add()
The 2nd operation should also be transformed to the legacy resource.



> Legacy protocol write-attribute operations throw NoSuchResourceException
> ------------------------------------------------------------------------
>
>                 Key: WFLY-9146
>                 URL: https://issues.jboss.org/browse/WFLY-9146
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 11.0.0.Alpha1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 11.0.0.Beta1
>
>
> In this operation sequence, the 2nd operation fails with a NoSuchResourceException:
> {noformat}
> /subsystem=jgroups/stack=tcp/protocol=TCPPING:add()
> /subsystem=jgroups/stack=tcp/protocol=TCPPING:write-attribute(name=properties, value={initial_hosts="HOST_A[7600],HOST_B[7600]"})
> {noformat}
> The 1st operation will be transformed to /.../protocol=org.jgroups.protocols.TCPPING:add()
> The 2nd operation should also be transformed to the legacy resource.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list