public final void start(ServletContext context) {
ComponentRegistry componentRegistry = getComponentRegistry();
registerBundledComponents(componentRegistry);
this.picoContainer.addComponent(context);
BasicConfiguration config = new BasicConfiguration(context);
// using the new vraptor.scan
WebAppBootstrap webAppBootstrap = new WebAppBootstrapFactory().create(config);
webAppBootstrap.configure(componentRegistry);