Re: Refactoring of JAXRSInvoker to support CXF continuation better

2010-11-18 Thread Willem Jiang
On 11/18/10 8:49 PM, Sergey Beryozkin wrote: Hi Willem thanks for working on it. The patch looks fine. Can you just explain please why the changes are needed given that JAXRSContinuationsTest is passing at the moment. I just went through the JAXRSContinuationsTest, it doesn't test the getSubRe

That throwable that you fiddled with...

2010-11-18 Thread Benson Margulies
Is used to find javax.jws.WebParam, not just crutty old XFire annotations.

Re: Attempting to remove wsdl4j dependency from the JAX-RS frontend

2010-11-18 Thread Daniel Kulp
On Thursday 18 November 2010 2:38:19 pm Sergey Beryozkin wrote: > Hi > > After making an initial attempt to resolve CXF-3021 [1] and limiting the > WSDLEndpointFactory update to 2.4.0 only, as agreed on IRC, I realized > today the problem was much more involved. See the comments at the JIRA. > I'v

Attempting to remove wsdl4j dependency from the JAX-RS frontend

2010-11-18 Thread Sergey Beryozkin
Hi After making an initial attempt to resolve CXF-3021 [1] and limiting the WSDLEndpointFactory update to 2.4.0 only, as agreed on IRC, I realized today the problem was much more involved. See the comments at the JIRA. I've spend a lot of time today trying to close this issue but it proved to be t

Re: Refactoring of JAXRSInvoker to support CXF continuation better

2010-11-18 Thread Sergey Beryozkin
Hi Willem thanks for working on it. The patch looks fine. Can you just explain please why the changes are needed given that JAXRSContinuationsTest is passing at the moment. I suspect it is because the (Camel) code which relies on the enhanced CXF continuations code stresses the JAXRSInvoker diffe

Refactoring of JAXRSInvoker to support CXF continuation better

2010-11-18 Thread Willem Jiang
Hi, I did some clean up work[1] on the CxfRsInvoker in Camel to let it work better with CXF 2.3.0 continuation API. Current JAXRSInvoker is not friendly to extends, and the method public Object invoke(Exchange exchange, Object request) is stateful and can't be called by the continuation resume