1 Reply Latest reply on Jan 4, 2008 6:43 AM by ekobir

    Availability of an service

      Hi All

      Is it possible to call a business method from a Jboss Service before startService() method is called ?

      Scenario ---

      Service A is running.... And it uses Service B's business method.

      Service B is hot deployed again....

      Service B's createService method has been called JBoss AS.

      At this point, Is it possible for Service A to get reference of Service B by using MBeanProxyExt ?

      Or Is startService method of Service B called by JBoss AS before giving any access to this service ?



        • 1. Re: Availability of an service

           

          "ekobir" wrote:
          Hi All

          Is it possible to call a business method from a Jboss Service before startService() method is called ?

          Scenario ---

          Service A is running.... And it uses Service B's business method.

          Service B is hot deployed again....

          Service B's createService method has been called JBoss AS.

          At this point, Is it possible for Service A to get reference of Service B by using MBeanProxyExt ?

          Or Is startService method of Service B called by JBoss AS before giving any access to this service ?