Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 37676 invoked from network); 28 Jun 2008 13:37:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 13:37:57 -0000 Received: (qmail 4304 invoked by uid 500); 28 Jun 2008 13:37:58 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 4282 invoked by uid 500); 28 Jun 2008 13:37:58 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 4271 invoked by uid 99); 28 Jun 2008 13:37:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 06:37:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.142.187 as permitted sender) Received: from [209.85.142.187] (HELO ti-out-0910.google.com) (209.85.142.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 13:37:07 +0000 Received: by ti-out-0910.google.com with SMTP id a20so443831tia.0 for ; Sat, 28 Jun 2008 06:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=qbBz7Zb/uvtGDqY6Tb5s4UOtdpL7w6h/xLS+cHUe6X4=; b=OWkBfBH+TWsJ7jwcI5SejfAcvWf1APTBgQrsS+Pz6IpBo30RbfiOkzbo95p2EqkEby ANtcHF5OE+4b9Pg1CoaPOAweDuFqQdrTrOSf/JUPEqlnWPw2Lzq72DXR/INXCmImOOxF I6SXrsvWYgk16BfH1AEporifA169IsU9ot6bY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=wEBgeCGXpUd+8E08Lw0MSAg0LYPYLLUfmfLsuFDsgjCWoVrydGOFTHHXXhMXZ3TfWV 2wweKuBjJ1gFezvCNF5NGJyhhtsJpo285KNa1vxV4kFKk21F/VcwhqTNkbRGrFZkH4AF BDCN288gTm9MdmkZfzc6LclkEYRssPKY0v2Aw= Received: by 10.110.31.5 with SMTP id e5mr2539901tie.1.1214660245865; Sat, 28 Jun 2008 06:37:25 -0700 (PDT) Received: from ?192.168.0.118? ( [221.223.255.56]) by mx.google.com with ESMTPS id a14sm5620859tia.0.2008.06.28.06.37.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Jun 2008 06:37:25 -0700 (PDT) Message-ID: <48663E79.9050905@gmail.com> Date: Sat, 28 Jun 2008 21:36:57 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: camel-user@activemq.apache.org Subject: Re: Add ws-security to jetty endpoint References: <17883208.post@talk.nabble.com> <17928910.post@talk.nabble.com> <4858677B.8030501@gmail.com> <48587071.4080803@gmail.com> <17980063.post@talk.nabble.com> <485910BA.1070803@gmail.com> <18000349.post@talk.nabble.com> <485A2F4B.4090100@gmail.com> <18028251.post@talk.nabble.com> <485BB3D0.3080704@gmail.com> <18129866.post@talk.nabble.com> <48638487.2090804@gmail.com> <18133231.post@talk.nabble.com> <4863A150.8090306@gmail.com> <18151510.post@talk.nabble.com> <4864D548.4020908@gmail.com> <18155980.post@talk.nabble.com> <4864F523.1020309@gmail.com> <18168467.post@talk.nabble.com> In-Reply-To: <18168467.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Current Camel 1.4 RC2[1] can work with CXF 2.1, maybe you can try that. [1]http://people.apache.org/~hadrian/apache-camel-1.4.0-RC2/maven2/org/apache/camel/apache-camel/1.4.0/ Willem Micky Santomax wrote: > I have try with Camel 1.3 and CXF 2.1 ang get errors during compile > on "return super.getPort(SoapOverHttp, Greeter.class, features);" > of SOAPService stub automatically generated > > I also try with Camel 1.3 and CXF 2.0.4 and compile is ok > but when I run the example I get the > > java.net.ConnectException: Connection refused: connect > [java] at org.apache.camel.example.cxf.provider.CamelCxfExample.main > (CamelCxfExample.java:39) > [java] java.lang.NullPointerException >