@Override
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
CamelNamespaces.loadSchemasWith(new SchemaFinder() {
@Override
public URL findSchema(XsdDetails xsd) {
String path = xsd.getPath();
URL answer = null;