2 Replies Latest reply on Apr 23, 2003 9:30 AM by paulbandler

    ServiceConfigurator Question

    paulbandler

      Is the new (in 3.0.5) ServiceConfigurator applied to services deployed programatically via the MainDeployers::deploy JMX service?

      i.e. If I have my own Service which over its life-cycle starts and stops its other component services using the MainDeployer, will the ServiceConfigurator kick-in and over-ride default service parameters specified in the URL given to MainDeployer::deploy?

      thanks,

      Paul

        • 1. Re: ServiceConfigurator Question

          The service configurator applies to all
          sar deployments
          blah.sar or blah-service.xml

          It does not apply if you register your service
          manually with the MBeanServer.

          Regards,
          Adrian

          • 2. Re: ServiceConfigurator Question
            paulbandler

            > The service configurator applies to all
            > sar deployments
            > blah.sar or blah-service.xml
            >
            > It does not apply if you register your service
            > manually with the MBeanServer.

            Thanks - just so that I'm 100% clear - a sar deployment achieved via a JMX invocation of the MainDeployer::deploy service _would_ have the service configurator applied to it, but a service registered via a sequence of createMBean then create & start invocations would not. RIGHT?