RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
...@progress.com] Sent: 11 November 2009 17:38 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue See a servlet named "CXFServlet" in this web.xml (theer're 4 of them there) http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/resources/jaxrs_non

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
5:02 PM Subject: RE: JAXB xml response marshalling issue Drum roll!!! It works perfectly now on Tomcat 6. My issue is that I have to deploy on IBM's WAS CE (geronimo based) and I suspect geronimo is not loading the latest CXF version. Thanks a lot. _

RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
t: 11 November 2009 17:38 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue See a servlet named "CXFServlet" in this web.xml (theer're 4 of them there) http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/resources/jaxrs_non_spring/WEB-INF/web.xml

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
ivalent to '/'). Changing "/singleton/*" to "/services/*" and updating the client code accordingly also works cheers, Sergey - Original Message - From: "Cristian Botiza" To: Sent: Wednesday, November 11, 2009 3:08 PM Subject: RE: JAXB xml response mars

RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
issue. From: Sergey Beryozkin [sbery...@progress.com] Sent: 11 November 2009 17:07 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue assuming you have /services/* and jaxrs.address / then URIs starting from /services/ should be accepted Perhaps the exception y

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
1, 2009 2:24 PM Subject: RE: JAXB xml response marshalling issue Followed this (using CXFNonSpringJaxrsServlet): created my Application implementation. When deploying to geronimo, I get some huge stack trace but it still deploys. However, no matter what I set in jaxrs.address I still get the messa

RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
November 2009 13:04 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue Please see http://cwiki.apache.org/CXF20DOC/jax-rs.html#JAX-RS-ConfiguringJAXRSservices thanks, Sergey - Original Message - From: "Cristian Botiza" To: Sent: Wednesday, November

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
Please see http://cwiki.apache.org/CXF20DOC/jax-rs.html#JAX-RS-ConfiguringJAXRSservices thanks, Sergey - Original Message - From: "Cristian Botiza" To: Sent: Wednesday, November 11, 2009 10:46 AM Subject: RE: JAXB xml response marshalling issue I used a classpath fi

RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
nding/http";> From: Sergey Beryozkin [sbery...@progress.com] Sent: 11 November 2009 12:43 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue Hi I'm sorry, can't help you her

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
at least in my experience How did you register a jaxrs:server endpoint from Spring ? Sergey - Original Message - From: "Cristian Botiza" To: Sent: Wednesday, November 11, 2009 10:35 AM Subject: RE: JAXB xml response marshalling issue Thanks for your quick response. I

RE: JAXB xml response marshalling issue

2009-11-11 Thread Cristian Botiza
n, Cristian ____________ From: Sergey Beryozkin [sbery...@progress.com] Sent: 11 November 2009 12:33 To: users@cxf.apache.org Subject: Re: JAXB xml response marshalling issue Hi Yes please. Just the method signature and the response class should do Also, do you use depreca

Re: JAXB xml response marshalling issue

2009-11-11 Thread Sergey Beryozkin
Hi Yes please. Just the method signature and the response class should do Also, do you use deprecated HTTP or JAXRS binding ? thanks, Sergey - Original Message - From: "Cristian Botiza" To: Sent: Wednesday, November 11, 2009 10:14 AM Subject: JAXB xml response marshalling issue Hi