Re: How to export non-annotated service in spring

2007-11-21 Thread Jeff Yu
You will have 2 filters, one for spring mvc, the other for the webservices that you want to expose: like : ims org.springframework.web.servlet.DispatcherServlet 1 CXFServlet CXF Servlet org.apache.cxf.transport.servlet.CXFServlet

Re: How to export non-annotated service in spring

2007-11-21 Thread ojs
rviceInterface property for that. Best Oliver -- View this message in context: http://www.nabble.com/How-to-export-non-annotated-service-in-spring-tf4838545.html#a13873445 Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to export non-annotated service in spring

2007-11-20 Thread Willem2
gt; > > > backend > > org.springframework.web.servlet.DispatcherServlet > 1 > > > > backend > /* > > > > > > -- View this message in context: http://www.nabble.com/How-to-export-non-annotated-service-in-spring-tf4838545.html#a13866136 Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to export non-annotated service in spring

2007-11-20 Thread ojs
-- View this message in context: http://www.nabble.com/How-to-export-non-annotated-service-in-spring-tf4838545.html#a13853725 Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to export non-annotated service in spring

2007-11-20 Thread Willem Jiang
Hi, Can you show me your web.xml ? There must be something wrong with your web.xml. Willem. ojs wrote: Willem2 wrote: You can use the simple front end custom server bean definition. Please see [1] for more information. [1] http://cwiki.apache.org/CXF20DOC/simple-frontend.html I trie

Re: How to export non-annotated service in spring

2007-11-20 Thread ojs
nce?! Or did I misunderstand something? -- View this message in context: http://www.nabble.com/How-to-export-non-annotated-service-in-spring-tf4838545.html#a13853335 Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to export non-annotated service in spring

2007-11-20 Thread Willem Jiang
Hi, You can use the simple front end custom server bean definition. Please see [1] for more information. [1] http://cwiki.apache.org/CXF20DOC/simple-frontend.html Willem. ojs wrote: Hello, I'm trying to switch from xfire to cxf - don't had much luck so far... My xfire configuration (in sprin

How to export non-annotated service in spring

2007-11-19 Thread ojs
't (and shouldn't be) annotated. Is there a similar thing in cxf to export a service as it is possible with xfire? Best Oliver -- View this message in context: http://www.nabble.com/How-to-export-non-annotated-service-in-spring-tf4838545.html#a13842667 Sent from the cxf-user mailing list archive at Nabble.com.