STOPPING & STOPPED events not fired when activator throws exception
-------------------------------------------------------------------
Key: FELIX-1237
URL: https://issues.apache.org/jira/browse/FELIX-1237
Project: Felix
Issue Type: Bug
Environment: generic
Reporter: Sahoo
As per the spec,
If the start(BundleContext) method throws an exception, the Framework must mark
the bundle as stopped and send out STOPPING and STOPPED events but it must not
call the Bundle Activator stop(BundleContext) method.
Looking at the implementation in "void startBundle(BundleImpl bundle, boolean
record)" in Felix.java, I don't see framework firing any events when activator
throws an exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.