Details
-
Wish
-
Status: Closed
-
Critical
-
Resolution: Information Provided
-
3.2.5
-
None
-
None
-
Unknown
Description
I have followed your example and brave example for implementing brave in cxf based application. After I added brave I could not package it like bundle. I always get different errors. Error like: Caused by: java.lang.NoClassDefFoundError: zipkin/reporter/Reporter
Another one: Caused by: java.lang.ClassCastException: Cannot cast org.apache.cxf.service.factory.FactoryBeanListenerManager to org.apache.cxf.service.factory.FactoryBeanListenerManager
I am using Service Mix 7.0.1 with Karaf 4.0.9.
Can you help me how to pack it like as a bundle.
In this example that thing is missing:
https://cwiki.apache.org/confluence/display/CXF20DOC/Using+OpenZipkin+Brave#UsingOpenZipkinBrave-SpringXML-Configuration
I have configured the blueprint like in the example.