JMX MBeans not visible after deploy
问题 ENVIRONMENT NetBeans 6.9.1, GlassFish 3.1, METRO 2.1 I want to make a list of available web services, so I'm querying JMX MBeanServer for *:type=WSEndpoint,* . The problem is, there are only ~56 Mbeans after deploy, and WSEndpoint beans are not registered. If I connect with JMXterm, the MBean count jumps up to ~380, and all WSEndpoint beans are visible. From JConsole, I don't see any folder , but after running JMXterm I do. Even if I call the web service, the MBeans stay unregistered. METRO