2 Replies Latest reply on Jul 23, 2007 4:40 PM by navjeetc

    startup class hangs

    navjeetc

      I have written a startup class that needs to execute only after the server has completely started. I am currently invoking this from startService() method and this class needs to get a handle to the EJB. But looks this call is made before the server has completely started and it just hangs there even after the app server has started. Should I implementing another ServiceMBeanSupport lifecycle method or do i have to perform some kind of wait in my startup class till the server starts up.