This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new c71036c  CAMEL-9627: camel-cxf splitup
c71036c is described below

commit c71036c408f4d0aea99938de874bb4bd76c934a7
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 14:38:27 2022 +0200

    CAMEL-9627: camel-cxf splitup
---
 examples/camel-example-cxf-blueprint/pom.xml                      | 4 ++++
 .../src/main/resources/OSGI-INF/blueprint/camel-context.xml       | 8 ++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/camel-example-cxf-blueprint/pom.xml 
b/examples/camel-example-cxf-blueprint/pom.xml
index 6013594..9aa432b 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -36,6 +36,10 @@
         <category>OSGi</category>
         <title>CXF Blueprint</title>
 
+        <camel.osgi.import.pkg>
+            javax.jws*;version="[1,3)",
+            *
+        </camel.osgi.import.pkg>
         <camel.osgi.export.pkg>
             org.apache.camel.example.reportincident*
         </camel.osgi.export.pkg>
diff --git 
a/examples/camel-example-cxf-blueprint/src/main/resources/OSGI-INF/blueprint/camel-context.xml
 
b/examples/camel-example-cxf-blueprint/src/main/resources/OSGI-INF/blueprint/camel-context.xml
index eea1857..b284930 100644
--- 
a/examples/camel-example-cxf-blueprint/src/main/resources/OSGI-INF/blueprint/camel-context.xml
+++ 
b/examples/camel-example-cxf-blueprint/src/main/resources/OSGI-INF/blueprint/camel-context.xml
@@ -19,15 +19,11 @@
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-           
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0";
-           xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws";
-           xmlns:cxf="http://cxf.apache.org/blueprint/core";
-           xmlns:camel="http://camel.apache.org/schema/blueprint";
            xmlns:camelcxf="http://camel.apache.org/schema/blueprint/cxf";
            xsi:schemaLocation="
              http://www.osgi.org/xmlns/blueprint/v1.0.0 
https://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
-             http://cxf.apache.org/blueprint/jaxws 
http://cxf.apache.org/schemas/blueprint/jaxws.xsd
-             http://cxf.apache.org/blueprint/core 
http://cxf.apache.org/schemas/blueprint/core.xsd
+             http://camel.apache.org/schema/blueprint/cxf 
http://camel.apache.org/schema/blueprint/cxf/camel-cxf.xsd
+             http://camel.apache.org/schema/blueprint 
http://camel.apache.org/schema/blueprint/camel-blueprint.xsd
              ">
 
   <camelcxf:cxfEndpoint id="reportIncident"

Reply via email to