You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Matt Bellinger (JIRA)" <ji...@apache.org> on 2014/07/16 03:50:04 UTC

[jira] [Updated] (KARAF-3123) BundleWatcherImpl tries to stop bundle fragments

     [ 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)