Search:

Type: Posts; User: kkt; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    4,536

    Thanks Bill. That did it and is working as...

    Thanks Bill. That did it and is working as expected.
  2. Replies
    6
    Views
    4,536

    This is the stacktrace at the time the...

    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...
  3. Replies
    6
    Views
    4,536

    This bean works as expected if not exposed as...

    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...
  4. Replies
    6
    Views
    4,536

    lazy-init ignored for singleton bean

    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...
  5. Replies
    0
    Views
    645

    default methods not applied

    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"
    ...
Results 1 to 5 of 5