I'm attaching to JBoss using JConsole and the only tab that is enabled is the MBeans tab. I'm starting JBoss with -Djboss.platform.mbeanserver -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl and I've added the JBoss endorsed libs directory to the JConsole classpath, so the whole MBean browsing thing is working fine, but I would like to get those other tabs enabled too.
I've seen that others have similar problems but have not seen any resolution.