From: <ad...@jb...> - 2005-06-01 21:24:38
|
I've added support for different deployment modes to the controller. * DISABLED - The context does not progress beyond the initial "Not Installed". * MANUAL - Initially the state is "Not Installed" however the required state can be changed with controller.change(ControllerContext, ControllerState) * AUTOMATIC - Similar to manual except the initial requested state is "Installed" * ON_DEMAND - The context remains at "Not Installed" until somebody introduces a dependency on it. The requested state is then changed to "Installed". My main motivation for doing now this is the JMX ServiceController uses the MANUAL approach (even if it looks automatic because the SARDeployer drives it), whereas IOC uses the AUTOMATIC approach. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879835#3879835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879835 |