Hi Jason,
If i dont add the following snippet on my "standalone-full.xml" file then i see all the MBeans inside the JConsole ... inclusing JBoss MBeans and JVM MBeans.
<subsystem xmlns="urn:jboss:domain:jmx:1.1" show-model="true">
<jmx-connector registry-binding="jmx-connector-registry" server-binding="jmx-connector-server" />
</subsystem>
With the above configuration my JConsole is not showing me the following MBeans "jboss.jta", "jboss.modules", "jboss.ws" and "jboss.msc" is this normal or i have done something wrong?