]
Thomas Diesler resolved JBDEPLOY-225.
-------------------------------------
Resolution: Out of Date
Out of Date
Create ErrorHandler to DeploymentControllerContext
---------------------------------------------------
Key: JBDEPLOY-225
URL:
https://issues.jboss.org/browse/JBDEPLOY-225
Project: JBoss Deployers
Issue Type: Feature Request
Reporter: Thomas Diesler
Assignee: Ales Justin
The MC Framework incorrectly uninstalls the bundle if there is a failure in
bundle.start()
The controller context reached its required stage DESCRIBED after bundle install. A
subsequent call to bundle.start() is supposed to transition to stages CLASSLOADER and then
INSTALLED, which corresponds to the Bundle states RESOLVED and ACTIVE respectively.
If the transition to INSTALLED fails, the controller context gets undeployed, which
causes the bundle to transition to UNINSTALLED.
The desired behaviour is:
* on fail to resolve: remain in state INSTALLED
* on fail to start: remain in state RESOLVED
The proposed solution is to add an ErrorHandler to the DeploymentControllerContext
if it is an OSGi deployment
--
This message is automatically generated by JIRA.
For more information on JIRA, see: