1 Reply Latest reply on Jan 16, 2007 8:55 AM by ghilling

    Enterprise Application Life Cycle Management

    krissoma1

      Hi,

      I am trying to migrate enterprise application from weblogic 9.2 to Jboss 4 and I am facing issue with applicationlifecyclelistener.

      In weblogic there is an abstract class called ApplicationLifeCycleListener wtih methods preStart, postStart and preStop and postStop.

      Is there anything similar to this in JBoss??

      I appreciate any help in this regard. Thanks in advance.

      Regards,
      Kris.

        • 1. Re: Enterprise Application Life Cycle Management
          ghilling

          Hi Kris,

          I'm just facing the same problem myself. I think it would be possible to deploy an mbean service that will do the work but it seems to me this would just require to much work (Ok, perhaps not really).

          Have you found something simple (possible whithout changing the deployer)?

          Regards,

          -Gunnar