Re: Issue with multiple CXF servlets (and proposed fix)

2009-03-09 Thread Sergey Beryozkin
... thanks, Sergey - Original Message - From: Tong, Gary (IDEAS) gary.t...@morganstanley.com To: dev@cxf.apache.org Sent: Monday, March 09, 2009 11:52 AM Subject: FW: Issue with multiple CXF servlets (and proposed fix) This was actually one of the first messages I posted to the list

Re: Issue with multiple CXF servlets (and proposed fix)

2008-12-23 Thread Sergey Beryozkin
Hi, Since you include ...cxf.xml in the jaxrs spring configuration file, the jaxrs endpoint can't take the already created bus of the application context into consideration. The new created jaxrs endpoint will use its own context's bus instead using the already configured bus. To fix this

Re: Issue with multiple CXF servlets (and proposed fix)

2008-12-23 Thread Willem Jiang
of these files? Thanks, Gary -Original Message- From: Willem Jiang [mailto:willem.ji...@gmail.com] Sent: 23 December 2008 07:48 To: dev@cxf.apache.org Subject: Re: Issue with multiple CXF servlets (and proposed fix) Hi I'm here (no vocation plan for this Christmas). I

Issue with multiple CXF servlets (and proposed fix)

2008-12-22 Thread Tong, Gary (FID)
Hello, I'm having issues with creating multiple CXFServlets. I'm trying to insantiate 2 independent CXF servlets and deploy them at different URLs. The relevant part of the web.xml looks like: servlet servlet-nametest/servlet-name

Re: Issue with multiple CXF servlets (and proposed fix)

2008-12-22 Thread Glen Mazza
). -- View this message in context: http://www.nabble.com/Issue-with-multiple-CXF-servlets-%28and-proposed-fix%29-tp2112p21138164.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Issue with multiple CXF servlets (and proposed fix)

2008-12-22 Thread Willem Jiang
Hi I'm here (no vocation plan for this Christmas). I just went through the CXFServelet code to refresh my memory, found it could be cased by not using right bus for the jaxrs endpoint. Since you include ...cxf.xml in the jaxrs spring configuration file, the jaxrs endpoint can't take the already