You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2012/05/08 16:43:53 UTC

[jira] [Resolved] (KARAF-1450) System bundles could be started without problems; all other bundles need to be forced

     [ https://issues.apache.org/jira/browse/KARAF-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Pieber resolved KARAF-1450.
-----------------------------------

    Resolution: Fixed

Committed r1335553
        M       bundle/command/src/main/java/org/apache/karaf/bundle/command/BundleCommand.java
r1335553 = 7b688b5453bfd98792501a8f77c17354fb2ed7e6 (refs/remotes/origin/trunk)

                
> System bundles could be started without problems; all other bundles need to be forced
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1450
>                 URL: https://issues.apache.org/jira/browse/KARAF-1450
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 3.0.0
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>            Priority: Critical
>             Fix For: 3.0.0
>
>
> All in all almost funny... find the error :-)
> {code}
> if (force || ShellUtil.isASystemBundle(bundleContext, bundle)) {
>     doExecute(bundle);
> }
> {code}
> I'll fix this and commit the patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira