Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 408E8DEE6 for ; Thu, 12 Jul 2012 16:48:23 +0000 (UTC) Received: (qmail 44281 invoked by uid 500); 12 Jul 2012 16:48:22 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 44255 invoked by uid 500); 12 Jul 2012 16:48:22 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 86410 invoked by uid 99); 12 Jul 2012 13:13:05 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of sarfarajsayyad@gmail.com) Date: Thu, 12 Jul 2012 06:12:38 -0700 (PDT) From: sarfaraj To: users@camel.apache.org Message-ID: <1342098758248-5715948.post@n5.nabble.com> In-Reply-To: <4FFE35A2.6050301@gmail.com> References: <1342008107418-5715856.post@n5.nabble.com> <4FFE35A2.6050301@gmail.com> Subject: Re: Using camel-example-cxf in servicemix MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am also facing the same issue. Could some one tell us what changes we need to do in pom.xml ? here is the pom.xml >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 4.0.0 org.apache.camel examples 2.10.0 .. camel-example-cxf bundle Camel :: Example :: CXF An example which demonstrates the use of the Camel CXF component org.apache.camel.example.* META-INF.cxf, org.apache.activemq.xbean,org.apache.activemq.broker,org.apache.activemq.pool org.apache.hello_world_soap_http, org.apache.hello_world_soap_http.types * org.apache.camel camel-core org.apache.camel camel-spring org.apache.camel camel-cxf org.apache.camel camel-cxf-transport org.apache.camel camel-jetty org.apache.cxf cxf-rt-transports-http-jetty ${cxf-version} org.apache.cxf cxf-rt-bindings-soap ${cxf-version} org.apache.cxf cxf-rt-transports-jms ${cxf-version} org.apache.cxf cxf-rt-frontend-jaxrs ${cxf-version} org.apache.activemq activemq-core org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec 2.0.0 provided org.apache.xbean xbean-spring org.springframework spring xerces xercesImpl org.slf4j slf4j-log4j12 log4j log4j junit junit test org.apache.camel camel-test-spring test HttpToJMS org.apache.camel.example.cxf.httptojms.CamelCxfExample CamelTransport org.apache.camel.example.camel.transport.CamelTransportExample WebServiceProvider org.apache.camel.example.cxf.provider.CamelCxfExample JAXRS org.apache.camel.example.cxf.jaxrs.CamelRouterBuilder HttpToJMS.Client org.apache.camel.example.cxf.httptojms.Client CamelTransport.Client org.apache.camel.example.camel.transport.Client WebServiceProvider.Client org.apache.camel.example.cxf.provider.Client JAXRS.Client org.apache.camel.example.cxf.jaxrs.Client org.codehaus.mojo build-helper-maven-plugin attach-artifacts package attach-artifact target/classes/features.xml xml features org.apache.cxf cxf-codegen-plugin ${cxf-version} generate-sources generate-sources ${basedir}/target/generated/src/main/java ${basedir}/src/main/resources/wsdl/hello_world.wsdl wsdl2java maven-surefire-plugin once 300 false true **/*Test.* java.util.logging.config.file ${basedir}/target/test-classes/logging.properties org.codehaus.mojo exec-maven-plugin ${target.main.class} false java.util.logging.config.file logging.properties <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-example-cxf-in-servicemix-tp5715856p5715948.html Sent from the Camel - Users mailing list archive at Nabble.com.