[jboss-user] [JBoss Microcontainer Development] New message: "Re: JBDEPLOY-226 - DeployerClient change extension"
Thomas Diesler
do-not-reply at jboss.com
Wed Feb 24 08:19:05 EST 2010
User development,
A new message was posted in the thread "JBDEPLOY-226 - DeployerClient change extension":
http://community.jboss.org/message/528179#528179
Author : Thomas Diesler
Profile : http://community.jboss.org/people/thomas.diesler@jboss.com
Message:
--------------------------------------------------------------
Yes, the additional checks for completeness seem to have been the problem.
I now doin PackageAdmin
// Advance the bundles to stage CLASSLOADER and check at the end
advanceBundlesToClassloader(resolvableBundles);
try
{
DeployerClient deployerClient = getBundleManager().getDeployerClient();
deployerClient.checkComplete();
}
catch (DeploymentException ex)
{
log.error("Error resolving bundles: " + resolvableBundles, ex);
allResolved = false;
}
There is an additional deployer which sets the bundle state to RESOLVED once the deployment reaches the CLASSLOADER stage.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528179#528179
More information about the jboss-user
mailing list