RE: Service-enable legacy code via ServerFactoryBean and CXFServlet

2008-08-12 Thread Wolf, Chris (IT)
Thanks Dan and Benson. -Chris W. -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 2:11 PM To: users@cxf.apache.org Cc: Wolf, Chris (IT) Subject: Re: Service-enable legacy code via ServerFactoryBean and CXFServlet With spring config, yes

Re: Service-enable legacy code via ServerFactoryBean and CXFServlet

2008-08-12 Thread Daniel Kulp
With spring config, yes. The simple frontend does have spring namespace thing to enable a lot of this. The simple:server element is what you would want: http://cwiki.apache.org/CXF20DOC/simple-frontend-configuration.html Dan On Tuesday 12 August 2008 12:52:39 pm Wolf, Chris (IT) wrote: > We

Re: Service-enable legacy code via ServerFactoryBean and CXFServlet

2008-08-12 Thread Benson Margulies
Yes, There are samples of the use of the Simple Front End, configured via Spring, in a Servlet. Or, at least, I think there are. If you don't see-em send more email. On Tue, Aug 12, 2008 at 12:52 PM, Wolf, Chris (IT) < [EMAIL PROTECTED]> wrote: > We have a use-case of needing to service-enable so

Service-enable legacy code via ServerFactoryBean and CXFServlet

2008-08-12 Thread Wolf, Chris (IT)
We have a use-case of needing to service-enable some legacy code, which we can't modify. As a POC we were able to service-enable it using ServerFactoryBean (and presumably, ReflectionServiceFactoryBean). This works fine in the standalonoe endpoint model of deployment, but now we want to deploy