[
https://issues.apache.org/jira/browse/FELIX-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sahoo updated FELIX-1237:
-------------------------
Component/s: Framework
Fix Version/s: felix-1.8.1
Affects Version/s: felix-1.8.0
> 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
> Components: Framework
> Affects Versions: felix-1.8.0
> Environment: generic
> Reporter: Sahoo
> Fix For: felix-1.8.1
>
>
> 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.