-
Bug
-
Resolution: Done
-
Major
-
8.2.1.Final, 9.0.2.Final, 10.0.0.Final
-
None
Unable to use this via CLI, tests pass since they use management client which won't check against the operation description:
[standalone@localhost:9990 /] /subsystem=jgroups/stack=tcp/protocol=JDBC_PING:add(add-index=4) 'add-index' is not found among the supported properties: [socket-binding, module, properties, type]
add index is missing in the description, after the fix:
[standalone@localhost:9990 /] /subsystem=jgroups/stack=tcp/protocol=MPING:read-operation-description(name=add
{
"outcome" => "success",
"result" => {
"operation-name" => "add",
"description" => "Add a protocol to a protocol stack.",
"request-properties" => {
"add-index" => {
"type" => INT,
"description" => "If specified inserts the protocol at the given (zero-based) index. If null it will add at the end.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true
},
- is cloned by
-
JBEAP-5133 Unable to add JGroups protocol at a given index via CLI
-
- Verified
-
- relates to
-
WFCORE-598 Make it possible to register a child at a certain position
-
- Resolved
-
-
WFLY-4723 Make jgroups protocols support indexed adds
-
- Closed
-