Hello,

Iīm looking for some Information about Spring with JMX but there isnīt a category for that.

I tried the examples written by Rob Harrop but they doesnīt work. Maybe I made some mistakes but it is a very easy example.

First thing is: he didnīt use the right package-name. "org.springframework.jmx.MBeanExporter" doesnīt exist in 1.2RC1. Itīs "org.springframework.jmx.export.MBeanExporter" .

Thatīs not a big problem, I find the right one. I configured it like the example. But it seems that the container ignored the "MBeanExporter". There are no infos that he (the container) find or use it. I got only messages for the normal shared beans I want to expose to the mbean-server. I tried it with a running mbean-server I started before configuration of spring-container. And I tried it with the "MBeanServerFactoryBean" with a MX4J-Implementation in the classpath.

So, if any read this stuff I wrote, maybe give me some feedback for this problem or post some other (maybe better) examples for using JMX with the springframework.