Re: Using CXF In Existing Spring Context

2008-04-22 Thread Daniel Kulp
On Tuesday 22 April 2008, Urciolo, Kevin wrote: I would like to use CXF in an existing spring context. The examples appear to have a CXF Servlet read a spring configuration file and create a separate context. I want to inject beans I have defined in an existing context in to my CXF services.

Re: Using CXF In Existing Spring Context

2008-04-22 Thread Glen Mazza
Steps #7 and #8 here (look at the web.xml and ws-beans.xml file): http://www.jroller.com/gmazza/date/20080417#WFstep7 Also, you can configure multiple config files separated by commas, similar to here to keep your web service stuff separate: http://www.jroller.com/gmazza/date/20061128 HTH, Glen