[
https://jira.jboss.org/jira/browse/JBAS-6168?page=com.atlassian.jira.plug...
]
Scott M Stark resolved JBAS-6168.
---------------------------------
Resolution: Done
This was done in a less invasive change by keeping the Bootstrap interface the same, and
adding an MCServer extension to Server that provides access to the Kernel and
KernelDeployments:
public interface MCServer extends Server
{
public Kernel getKernel();
public Map<String, KernelDeployment> getDeployments();
}
The org.jboss.bootstrap.microcontainer.ServerImpl implements MCServer
Modify the Bootstrap spi to pass the kernel deployments loaded by the
Server bootstrap
--------------------------------------------------------------------------------------
Key: JBAS-6168
URL:
https://jira.jboss.org/jira/browse/JBAS-6168
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossAS-5.0.0.GA
Any KernelDeployments loaded by the Server implementation during the bootstrap need to be
made available to the Bootstrap implementations registered with the server.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira