PDA

View Full Version : Porting old JMX App in Spring


desmax
Aug 12th, 2005, 10:42 AM
I want porting a old web app managed through JMX (MX4J with a HttpAdaptor).
I see the articles in the Spring confluence, but the example don't use a standard MBean (all managed classes in my app are standard MBean).
It's necessary a special config, or the various type of MBean are correctly recognized via reflection ?
Thanks.

Massimiliano Dessė

robh
Aug 12th, 2005, 01:53 PM
Existing MBeans are correctly recognised by Spring JMX.

Rob