Hi Charles,
yes that's the way i did it. I've found yesterday the solution to my
problem; in the import package part of my OSGi bundle, i had to add the
packages:
org.apache.camel, org.apache.camel.model, org.apache.camel.model.config,
org.apache.camel.model.dataformat, org.apache.camel.model.language,
org.apache.camel.model.loadbalancer for it to find the necessary jaxb.index
in thoses packages.
Tx again for the time you spent on this case that was more related to the
servicemix/OSGi thing than to Camel.
Virgile.
Charles Moulliard wrote:
>
> Have you tried to create the process like that
> from(queue)
> .process(new Processor() {
> public void process(Exchange e) throws Exception {
> ....
>
--
View this message in context:
http://camel.465427.n5.nabble.com/loadRoutesDefinition-and-jaxb-index-tp4428835p4431102.html
Sent from the Camel - Users mailing list archive at Nabble.com.