Thanks Bill. That did it and is working as expected.
Type: Posts; User: kkt; Keyword(s):
Thanks Bill. That did it and is working as expected.
This is the stacktrace at the time the initialize() function is called:
TestService.initialize() line: 10
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native...
This bean works as expected if not exposed as MBean. That is, the init method is called only after the bean is referenced. However, if the bean is exposed as MBean, the init method is called when the...
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...
Hi all,
I have a problem with the following bean definition file:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...