[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-5689, bootstrap deployments not seen by profileserv

scott.stark@jboss.org do-not-reply at jboss.com
Fri Nov 7 08:45:37 EST 2008


In terms of Bootstraps getting access to the KernelDeployments, I have done this in a less invasive change where the Bootstrap interface remains the same, but there is now a MCServer spi that extends Server to provide access to the Kernel and KernelDeployments:


  | public interface MCServer extends Server
  | {
  |    public Kernel getKernel();
  |    public Map<String, KernelDeployment> getDeployments();
  | }
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187706#4187706

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187706



More information about the jboss-dev-forums mailing list