*
* @param context
* The bundle context.
*/
public void start(BundleContext context) throws Exception {
org.restlet.util.Engine.setInstance(new Engine(false));
// Discover helpers in installed bundles and start
// the bundle if necessary
for (final Bundle bundle : context.getBundles()) {
registerHelpers(bundle);