Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Configuring Maven Dependencies
This chapter provides information for using the Apache CXF component with Kie-Camel.
Integrating Apache CXF with Kie-Camel 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To support both EAP and Karaf containers, kie-camel should support Apache CXF 2.7.x and 3.x versions. Each version might contain different packages, classes, and methods. In your project, if you are using both kie-camel and Apache CXF, the application might display a few classpath collision errors. To avoid this, Red Hat recommends that you exclude the artifacts whose version does not match the container version, and replace them with artifacts whose version matches the version of Apache CXF in your container.
- EAP 6.4.x: You can define eap.cxf.version in properties with the Apache CXF version that is in your EAP container.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Fuse on Karaf: Define karaf.cxf.version in properties with Apache CXF version that is in your Fuse/Karaf container.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow