]
Brian Stansberry commented on WFLY-6827:
----------------------------------------
WFLY-6828 is a dup of this but has some more details on where the add-index stuff came
from.
JGroups subsystem version bump needed
-------------------------------------
Key: WFLY-6827
URL:
https://issues.jboss.org/browse/WFLY-6827
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Kabir Khan
Assignee: Paul Ferraro
Priority: Blocker
Fix For: 10.1.0.Final
Doing a model comparison of current master against EAP 7.0.0 I came across this:
{code}
====== Resource root address: ["subsystem" => "jdr"] - Current
version: 1.2.0; legacy version: 1.2.0 =======
====== Resource root address: ["subsystem" => "jgroups"] - Current
version: 4.0.0; legacy version: 4.0.0 =======
--- Problems for relative address to root ["channel" =>
"*","fork" => "*","protocol" =>
"*"]:
Missing parameters for operation 'add' in current: []; missing in legacy
[add-index]
--- Problems for relative address to root ["channel" =>
"ee","fork" => "*","protocol" =>
"*"]:
Missing parameters for operation 'add' in current: []; missing in legacy
[add-index]
--- Problems for relative address to root ["channel" =>
"ee","protocol" => "UDP"]:
Missing attributes in current: []; missing in legacy [bundler_class]
--- Problems for relative address to root ["stack" =>
"*","protocol" => "*"]:
{code}
The missing add-index was due to the non-auto-generated add handler operation definition
not including that. bundler_class appears to be a runtime attribute.