Andreas Pieber created KARAF-1450:
-------------------------------------

             Summary: 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

        

Reply via email to