-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Alpha1
-
None
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.
- causes
-
JBEAP-11491 JGroups backward compatibility - manipulating the protocol resource needs fully qualified name
- Closed