Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-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 725DE914C for ; Mon, 12 Mar 2012 15:22:57 +0000 (UTC) Received: (qmail 80826 invoked by uid 500); 12 Mar 2012 15:22:56 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 80783 invoked by uid 500); 12 Mar 2012 15:22:56 -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 Delivered-To: moderator for users@cxf.apache.org Received: (qmail 5351 invoked by uid 99); 12 Mar 2012 15:01:40 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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 johnpfeifer4@gmail.com) Date: Mon, 12 Mar 2012 08:01:13 -0700 (PDT) From: jp4 To: users@cxf.apache.org Message-ID: <1331564473077-5558052.post@n5.nabble.com> Subject: Spring Java Configuration for CXF MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am currently using spring xml context files to configure all of my CXF endpoints. We are in the process of upgrading to Spring 3.1 and would like to move away from XML configuration files in favor of the Java based @Configuration annotated classes. I was wondering if there is an example of how to do properly configure the CXF bus, wire interceptors/features, and create jaxws:endpoints using the Java based Spring configuration. Thanks, jp4 -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-Java-Configuration-for-CXF-tp5558052p5558052.html Sent from the cxf-user mailing list archive at Nabble.com.