0 Replies Latest reply on May 13, 2013 9:17 AM by jimmythedog

    Getting hold of ServiceRegistry at startup of host controller

    jimmythedog

      Within my subsytem, I want to perform some tasks on the slave host controller at startup.

      These tasks require access to the org.jboss.msc.service.ServiceRegistry class.

       

      I was hoping that my subsystem add operation step handler would have been invoked (as I could have obtained the ServiceRegistry from the OperationContext), but this does not appear to be the case when the host controller process is being executed on the slave controller.

       

      Therefore, does anyone know of a mechanism whereby I can obtain a refernce to the ServiceRegistry at startup of the host controller process?

       

      Many thanks in advance