Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 74844 invoked from network); 22 Jul 2010 12:58:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jul 2010 12:58:59 -0000 Received: (qmail 68806 invoked by uid 500); 22 Jul 2010 12:58:59 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 68237 invoked by uid 500); 22 Jul 2010 12:58:55 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 68172 invoked by uid 99); 22 Jul 2010 12:58:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 12:58:54 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,HTML_OBFUSCATE_05_10,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kannan.ekanath@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-wy0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 12:58:46 +0000 Received: by wyg36 with SMTP id 36so637833wyg.0 for ; Thu, 22 Jul 2010 05:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=qBJCjp5rveqEtdiarcn8I46zhFhDbVISKFB01S8Kcu4=; b=WmQgcsXyyrJAzfCJ4LLrwWpNstk1OaouVdKUmvKqyj2BOZ1FCrVCMOQPSkXxncENNp Fkfz7FnmQsToYvFvKBtKXu4z809MD0GZQv3mSV/DyqwvI9j4ZaofsSIocFDFH7Wy7agR rFG1I0PYiXKRL2Qph0cSg1AWGjHMgX6auLqM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IRNl6MigJizADCWmLH135j3ta96evl64xl+33xPauNql50xuOQMuO7gr3/k8FUYde/ 8qonsj1YDJAJWvb5y7PNChZncNjhbdG94t1Vg+pFEVyoAeKGtaLhXrjU96enw/gl5rUG dzX5rQ42ScErVmxONQXEEQuXAlNMasUVnZkPg= MIME-Version: 1.0 Received: by 10.216.30.207 with SMTP id k57mr1812310wea.88.1279803456751; Thu, 22 Jul 2010 05:57:36 -0700 (PDT) Received: by 10.216.234.13 with HTTP; Thu, 22 Jul 2010 05:57:36 -0700 (PDT) Date: Thu, 22 Jul 2010 13:57:36 +0100 Message-ID: Subject: Exposing the web service using CXF using Spring without Servlet From: Kannan Ekanath To: users@cxf.apache.org Content-Type: multipart/alternative; boundary=0016e6ddab476c0b8e048bf976e1 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6ddab476c0b8e048bf976e1 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a requirement to expose a webservice using CXF. I am following this easy tutorial link text and did the following steps 1. Created a service and an implementation with @WebService annotations 2. Added the standard xml snippet of including cxf.xml and other xmls specified 3. Now I need to deploy this webservice in multiple containers. In a normal web app, I just added the CXF Servlet config but I have another application which is a bespoke framework built on top of Jetty and some handlers/exporters where there is no specific web.xml as such. In such a scenario is there any spring configuration which when declared does the equivalent of this servlet configuration bit? -- Regards, Kannan Ekanath --0016e6ddab476c0b8e048bf976e1--