0 Replies Latest reply on Feb 22, 2006 11:26 AM by jgowder

    handleNotification2()  and application startup

    jgowder

      Hi,
      I have a scoped application, which has logging statement and some application startup logic in the handleNotification2 () method of ListenerServiceMBeanSupport mbean.

      This fails while trying to initialize log4j and some class not found exception even though they are at the root of the ear.

      But if I move the entire code to startService () method everything works just fine.

      Is there an explanation for this behavior?


      Thank you.