Guillaume Nodet created KARAF-4739: -------------------------------------- Summary: Rebooting Karaf can cause some bundles to not resolve anymore Key: KARAF-4739 URL: https://issues.apache.org/jira/browse/KARAF-4739 Project: Karaf Issue Type: Bug Components: karaf-feature Affects Versions: 4.0.7 Reporter: Guillaume Nodet Assignee: Guillaume Nodet Fix For: 4.1.0
The nice thing of the features service is that is uses the resolver to compute a working solution, then applies it. However, after a reboot, the feature service does not have any say in the resolution done by the framework and thus, the framework may fail to resolve the bundles properly. This mostly happen on felix I think, as afaik, equinox does keep the bundle wiring. One work around would be to have the features service store the wiring and re-apply it during the boot. Another one may be to completely re-run the resolution after a reboot while the features service bundle is starting. -- This message was sent by Atlassian JIRA (v6.3.4#6332)