Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
deploymentadmin-0.9.4
-
None
-
None
Description
When you use the system property to not stop the world during an update, updating a running bundle might cause a (temporary) resolver error (I've seen it throw exceptions related to uses constraints). According to the spec, if we get an exception here, we should rollback. If you stop the world, this never happens, but here such temporary exceptions are probably resolved when we refresh packages at the end. That does not happen though, since we never get there. We should consider covering this use case, letting the deployment continue and deal with errors when resolving (and maybe then rolling back).