We have code, which uses org/jboss/mx/util/MBeanServerLocator to lookup MBeans. However, EAP 6 has removed this class from the Jboss Package. What is the alternative?
Take a look at javax.management.ManagementFactory.getPlatformMBeanServer() maybe it satisfies your needs.