[
https://issues.apache.org/jira/browse/CXF-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547794#comment-16547794
]
Andriy Redko commented on CXF-7792:
-----------------------------------
[~bambus] [~coheigea], some discoveries around ServiceMix 7.0.1, it is already
pre-bundled with CXF but 3.1.9:
{code:java}
karaf@root>la | grep -i cxf
57 | Active | 40 | 3.1.9 | Apache CXF Core
58 | Active | 40 | 3.1.9 | Apache CXF Runtime
Colocated Binding
59 | Active | 40 | 3.1.9 | Apache CXF Runtime
CORBA Binding
60 | Active | 40 | 3.1.9 | Apache CXF Runtime
Object Binding
61 | Active | 40 | 3.1.9 | Apache CXF Runtime
SOAP Binding
62 | Active | 40 | 3.1.9 | Apache CXF Runtime
XML Binding
63 | Active | 40 | 3.1.9 | Apache CXF Runtime
Aegis Databinding
64 | Active | 40 | 3.1.9 | Apache CXF Runtime
JAXB DataBinding
65 | Active | 40 | 3.1.9 | Apache CXF Runtime
XmlBeans DataBinding
66 | Active | 40 | 3.1.9 | Apache CXF Runtime
Clustering
67 | Active | 40 | 3.1.9 | Apache CXF Advanced
Logging Feature
68 | Active | 40 | 3.1.9 | Apache CXF Metrics
Feature
69 | Active | 40 | 3.1.9 | Apache CXF
Throttling Feature
70 | Active | 40 | 3.1.9 | Apache CXF Runtime
JAX-RS Frontend
71 | Active | 40 | 3.1.9 | Apache CXF Runtime
JAX-WS Frontend
72 | Active | 40 | 3.1.9 | Apache CXF Runtime
JavaScript Frontend
73 | Active | 40 | 3.1.9 | Apache CXF Runtime
Simple Frontend
74 | Active | 40 | 3.1.9 | Apache CXF Runtime
JavaScript Client Generator
75 | Active | 40 | 3.1.9 | Apache CXF Runtime
Management
76 | Active | 40 | 3.1.9 | Apache CXF JAX-RS
Client
77 | Active | 40 | 3.1.9 | Apache CXF JAX-RS
Extensions: Providers
78 | Active | 40 | 3.1.9 | Apache CXF JAX-RS
Extensions: Search
79 | Active | 40 | 3.1.9 | Apache CXF JAX-RS
Service Description
80 | Active | 40 | 3.1.9 | Apache CXF Runtime
Security functionality
81 | Active | 40 | 3.1.9 | Apache CXF Runtime
SAML Security functionality
82 | Active | 40 | 3.1.9 | Apache CXF Runtime
HTTP Transport
{code}
While CXF provides Brave integration since
[3.1.12|https://mvnrepository.com/artifact/org.apache.cxf/cxf-integration-tracing-brave/3.1.12]
only. Really question to ServiceMix guys.
Thanks.
> Distributed Tracing with OpenZipkin Brave and OSGi
> --------------------------------------------------
>
> Key: CXF-7792
> URL: https://issues.apache.org/jira/browse/CXF-7792
> Project: CXF
> Issue Type: Wish
> Components: Tracing Brave
> Affects Versions: 3.2.5
> Reporter: bambus
> Priority: Critical
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)