MBeanExporter « Java EE « Spring Q&A





1. Forcing Spring's MBeanExporter to use a particular MBeanServer    stackoverflow.com

I have a web application running on JBoss 4.2.2. In order to monitor performance I have enabled the internal platform JMX server that ships with Java 5. In other words, I ...

2. Spring MBeanExporter: Log an exception's stacktrace    stackoverflow.com

In Spring MVC, an exception's stack trace is logged if it makes it all the way back up to the framework (for example, if there is a NullPointerException). Is there a ...

3. How to customize name used by MBeanExporter    forum.springsource.org

I have successfully exported auto-detected MBeans via the MBeanExporter. When I look at my MBeans via the VisualVM-MBean plugin in jvisualvm I see they are all under a parent node named ...

4. MBeanExporter for proxies    forum.springsource.org

MBeanExporter for proxies Hi all, I would like to export a transactional proxy to a bean as JMX MBean. Here is the configuration: Code:

5. 'autodetect' config'ed MBeanExporter not working    forum.springsource.org

'autodetect' config'ed MBeanExporter not working Hi, I've the following bean config file, essentialy lifted from the JMX section in the online docs:

10. Empty 'beans' map property of MBeanExporter    forum.springsource.org

Why does the 'beans' map property of the MBeanExporter have to be non-empty? I want to use the MBeanExporter for exporting MBeans at runtime (calling the registerManagedResource method). Kind regards Juergen ...

11. MBeanExporter and SpringModelMBean    forum.springsource.org

If the MBeans are configured through declarative approach, it creates a SpringModelMBean which extends RequiredModelMBean. But when we directly use their MBeanExporter it creates a RequiredModelMBean Any one pls explain me ...

12. MbeanExporter, SpringModelMBean and exposeManagedResourceClassLoader    forum.springsource.org

MbeanExporter, SpringModelMBean and exposeManagedResourceClassLoader Spring 2.0.7 I have the following scenario: I have a non-proxied bean and a bunch of proxied beans that i use along with the beans above to ...

13. how to register NotificationListener w/o MBeanExporter    forum.springsource.org

how to register NotificationListener w/o MBeanExporter I have a remote MBean that we registered without using Spring (ie without MBeanExporter). Locally, I would like to register a NotificationListener - reference docs ...