[
https://issues.apache.org/jira/browse/FELIX-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742760#action_12742760
]
Guillaume Nodet commented on FELIX-1482:
----------------------------------------
I think the correct behavior should be:
// Try to start all the bundles that we could not start last
time.
// Make a copy, because start() changes the underlying
collection
start(new HashSet(startupFailures));
if (startBundles)
{
// Start newly installed bundles
start(installedBundles);
}
> Fileinstall try to start all bundles, not only newly installed.
> ---------------------------------------------------------------
>
> Key: FELIX-1482
> URL: https://issues.apache.org/jira/browse/FELIX-1482
> Project: Felix
> Issue Type: Bug
> Reporter: Guillaume Nodet
> Fix For: karaf-1.0.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.