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.

Reply via email to