Re: org.apache.camel.NoSuchLanguageException: No language could be found for: simple

2020-01-27 Thread Alex Soto
Thank you, Claus, It worked now, here is the relevant fragment: itCamelContext = new OsgiDefaultCamelContext(bundleContext); itCamelContext.addComponent("http", new HttpComponent()); itCamelContext.setTracing(true);

Re: org.apache.camel.NoSuchLanguageException: No language could be found for: simple

2020-01-25 Thread Claus Ibsen
You need to use OsgiCamelContext. And also for osgi then when you do all of this manually you are on your own. Out of the box its only camel-blueprint that is supported that bootstrap Camel. On Fri, Jan 24, 2020 at 10:18 PM Alex Soto wrote: > > Migrating to Camel 3.0.1 from (2.X), I have being

org.apache.camel.NoSuchLanguageException: No language could be found for: simple

2020-01-24 Thread Alex Soto
Migrating to Camel 3.0.1 from (2.X), I have being going over the migration documentation here: https://github.com/apache/camel/blob/master/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc