[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 09:19:30 EST 2008
It seems like we need an additional DeploymentState like EXTERNAL that flags a DeploymentUnit/DeploymentContext as not subject to the deploy/undeploy behavor of the MainDeployer. The problem with just ignoring DeploymentState.DEPLOYED deployments in addContext is that it will be undeployed when the MainDeployer is shutdown.
Alternatively, the ManagedDeployment/ManagedObject stuff needs to be pulled out of the MainDeployer since we are interested in this information for deployments that are outside of the MainDeployer. Maybe the bootstrap ManagedDeployments can just be created separately without reference to the MainDeployer. I'll explore that more today as the current path is too invasive.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187719#4187719
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187719
More information about the jboss-dev-forums
mailing list