mcoffin / rogue

OSGi container (karaf distribution) for FRC
Apache License 2.0
0 stars 0 forks source link

Launcher shouldn't attempt to start fragment bundles #6

Closed mcoffin closed 9 years ago

mcoffin commented 9 years ago

Currently, the launcher attempts to start all bundles passed on the command line, including fragment bundles. It will print stack traces for BundleException but has to ignore them because we need to load fragment bundles.

Instead, the launcher should detect fragment bundles, and only install them, but not start them.