0 Replies Latest reply on Jul 9, 2010 10:21 PM by atum22

    ClassNotFoundException on TraceEventMessage

    atum22

      I am using Servicemix 4.2.0-fuse-02-00 with Camel 2.3.0-fuse-01-00.

       

      I am attempting to override the Tracer with a JPA'd version, and it mostly matches the JPA Tracer example http://camel.apache.org/tracer-example.html, but I modified the persistence.xml to use OpenJPA.

       

      I am getting this error:

       

      Caused by: java.lang.ClassNotFoundException: org.apache.camel.processor.interceptor.TraceEventMessage

       

      I made sure that I am importing this package in OSGi:

       

      org.apache.camel.processor.interceptor,version=2.3.0.fuse-01-00 from org.apache.camel.camel-core (189)

       

       

      Anyone know how I can resolve the interface TraceEventMessage for this to use?  Or is this an issue with OpenJPA?

       

      Thanks

       

      Edited by: doublematt on Jul 10, 2010 2:20 AM