Re: How to export non-annotated service in spring

2007-11-21 Thread ojs
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-21 Thread Jeff Yu
You will have 2 filters, one for spring mvc, the other for the webservices that you want to expose: like : servlet servlet-nameims/servlet-name servlet-classorg.springframework.web.servlet.DispatcherServlet/servlet-class load-on-startup1/load-on-startup /servlet servlet

Re: How to export non-annotated service in spring

2007-11-20 Thread ojs
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 ojs
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, 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

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

Re: How to export non-annotated service in spring

2007-11-20 Thread Willem2
-- 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.

How to export non-annotated service in spring

2007-11-19 Thread ojs
-- 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.