3 Replies Latest reply on Jan 19, 2006 10:54 AM by julien1

    Microcontainer integration with ServiceController in 4.0.x

      In the portal project we are interested in using the microcontainer to manage the various portal services. The main challenge (among others) is the integration between the microcontainer Kernel and the ServiceController because the current version of the portal is released for JBoss 4.0.x.

      The main focus is about having a dependency (and possibly injection) of portal services on MBean services.

      We have done a proof of concept where an MBean service has a peer in the microcontainer domain. Dependency is resolved using :

      1/ Create service metadata using MANUAL control mode
      2/ JMX notifications to control the state of the peer microcontainer service

      Is this the advocated way to do that or is there a better way to do it ?