Hi all,
It seems like the lazy-init attribute on a singleton bean is ignored when the org.springframework.jmx.export.MBeanExporter is used to expose it as a MBean. I've added an init-method for the singleton bean but it is called during start-up if it is exposed as MBean. I thought this is not suppose to happen as lazy-init should be honored according to the documentation. Is this a configuration issue?
Thanks.
