Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 44193 invoked from network); 20 Sep 2007 21:33:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 21:33:23 -0000 Received: (qmail 59905 invoked by uid 500); 20 Sep 2007 21:33:14 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 59853 invoked by uid 500); 20 Sep 2007 21:33:14 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 59844 invoked by uid 99); 20 Sep 2007 21:33:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 14:33:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ajvespa@cbs.com designates 170.20.0.83 as permitted sender) Received: from [170.20.0.83] (HELO mail83.bc.fw.cbsig.net) (170.20.0.83) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Sep 2007 21:35:12 +0000 Received: (qmail 28654 invoked from network); 20 Sep 2007 21:32:50 -0000 Received: from unknown (HELO NYBCSG1.cbs.ad.cbs.net) (170.20.38.124) by mail83.bc.fw.cbsig.net with SMTP; 20 Sep 2007 21:32:50 -0000 Received: from NYDCSX13.cbs.ad.cbs.net ([170.20.28.231]) by NYBCSG1.cbs.ad.cbs.net with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Sep 2007 17:32:50 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: CXF Hello World Not working Date: Thu, 20 Sep 2007 17:32:54 -0400 Message-ID: <1997218A615DFB4C9B04CF503B2DF63460BF36@NYDCSX13.cbs.ad.cbs.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CXF Hello World Not working Thread-Index: Acf7zc3N45YaDiIUTXeZvRauhlWUCw== From: "Vespa, Anthony J" To: X-OriginalArrivalTime: 20 Sep 2007 21:32:50.0397 (UTC) FILETIME=[CB79C0D0:01C7FBCD] X-Virus-Checked: Checked by ClamAV on apache.org Hello, So we've been trying just to get the trivial example of helloworld going for CXF so we can evaluate it. Instead, we are getting this error in the catalina log: SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'helloWorld': Invocation of init method failed; nested exception is org.apache.cxf.service.factory.ServiceConstructionException: Could not resolve a binding for http://schemas.xmlsoap.org/soap/ Caused by: org.apache.cxf.service.factory.ServiceConstructionException: Could not resolve a binding for http://schemas.xmlsoap.org/soap/ What does this mean? I've followed the example down to the letter. http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html We are using tomcat 6.0 and Java 1.5.0 on red hat (but it does not work with java 1.6 either) We're using CXF 2.0.2 and even the nightly snapshot has the same issue so I assume it may be a configure problem with tomcat. Has anyone seen this before? Any help is appreciated. Thanks Tony