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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...