[ https://issues.apache.org/jira/browse/KARAF-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Bellinger updated KARAF-3123: ---------------------------------- Description: {code}bundle.stop(Bundle.STOP_TRANSIENT);{code} The BundleWatcherImpl should check if a bundle is a fragment because those are not start/stoppable. This is causing an issue with watched fragments. was: [code]bundle.stop(Bundle.STOP_TRANSIENT);[/code] The BundleWatcherImpl should check if a bundle is a fragment because those are not start/stoppable. This is causing an issue with watched fragments. > BundleWatcherImpl tries to stop bundle fragments > ------------------------------------------------ > > Key: KARAF-3123 > URL: https://issues.apache.org/jira/browse/KARAF-3123 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 3.0.1 > Reporter: Matt Bellinger > > {code}bundle.stop(Bundle.STOP_TRANSIENT);{code} > The BundleWatcherImpl should check if a bundle is a fragment because those > are not start/stoppable. This is causing an issue with watched fragments. -- This message was sent by Atlassian JIRA (v6.2#6252)