Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Now, cellar-bundle uses a BundleListener (asynchronous).
The problem using a "simple" BundleListener is that it gets all event, including stopped event coming from the framework.
This listener should check if "stopping" has not been sent to the framework (bundleId 0), and if so, disable the listener.
To do so, Cellar should use SynchronousBundleListener instead of BundleListener.