This is related to BZ1193276 where a customer is getting errors when accessing Infinispan MBeans under wrong JMX domain. The MBeans are by default available under: 1) jboss.as 2) jboss.infinispan Option 2) is correct. Option 1) should be removed as it is confusing and does not work correctly.
We can't remove either: 1. jboss.as is created by the server subsystem machinery 2. jboss.infinispan are symmetric to the ones created by embedded mode However some attributes in 2 are missing compared to 1 and we should add them for completeness: e.g. isCoordinator()
Renamed the issue to better reflect the goal - adding the missing MBeans/attributes.
Galder Zamarreño <galder.zamarreno> updated the status of jira ISPN-5401 to Coding In Progress
When I start ER3 JDG server, I can't find isCoordinator and coordinatorAddress on cache manager MBeans under jboss.infinispan JMX domain. There's probably something missing.
Sorry, my bad. I was accidentally testing ER2. It works fine with ER3.