Glad to help ;) Regards JB
-- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com ----- Reply message ----- From: "oskysal" <[email protected]> To: <[email protected]> Subject: [SMX 5.0.1] RuntimeCamelException: ClassNotFoundException: org.apache.avro.generic.GenericContainer Date: Thu, May 22, 2014 8:43 pm Excellent! Thank you both guys, it worked! I use maven-bundle-plugin and already force the import of org.apache.camel.osgi So I added the package org.apache.avro.generic, and it worked. *<plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Import-Package> *,org.apache.camel.osgi,org.apache.avro.generic </Import-Package> </instructions> </configuration> </plugin>* Thank you both, again!! Oscar -- View this message in context: http://servicemix.396122.n5.nabble.com/SMX-5-0-1-RuntimeCamelException-ClassNotFoundException-org-apache-avro-generic-GenericContainer-tp5720393p5720405.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
