Re: Jetty Continuations in CXF

2008-10-24 Thread Daniel Kulp
On Friday 24 October 2008 9:46:14 am Guillaume Nodet wrote: > Btw, is the JMS transport able to not block a thread too ? With my commits last week, it can on the client side. Not on the server side though. > Given the > very nature of JMS, this should be even more feasible than for HTTP. R

Re: Jetty Continuations in CXF

2008-10-24 Thread Sergey Beryozkin
No. We don't want that. Whatever we do should work for other transports as well like JMS. Thus, this shouldn't be tied to jetty continuations directly. No, I'm not suggesting to tie it up to jetty continuations. Ex. try { invoke(); // continuation.suspend() somehow by the code being inv

Re: Jetty Continuations in CXF

2008-10-24 Thread Guillaume Nodet
Btw, is the JMS transport able to not block a thread too ? Given the very nature of JMS, this should be even more feasible than for HTTP. On Fri, Oct 24, 2008 at 3:42 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > On Friday 24 October 2008 9:27:01 am Sergey Beryozkin wrote: >> Dan, here're some com

Re: Jetty Continuations in CXF

2008-10-24 Thread Daniel Kulp
On Friday 24 October 2008 9:27:01 am Sergey Beryozkin wrote: > Dan, here're some comments : > > 1. "something would need to be done to allow the "suspend" exception thing > to propogate up, but without taking a jetty dependency into the core." > > I guess the basic thing we can do is to check the c

Re: Jetty Continuations in CXF

2008-10-24 Thread Sergey Beryozkin
Forwarding to the right address Hi I'd like to continue the discussion on how to handle Jetty continuations[1] in CXF[2] here. In short the requirement is for CXF to be able to handle the application code (ServiceMix JBI consumers served by ServiceMix CXF BindingComponent in this case) doing

Upgrade to JAX-RS 1.0

2008-10-24 Thread Sergey Beryozkin
Forwarding it to the right address... Hi, I've just updated a jax-rs frontend in 2.2-SNAPSHOT trunk to support JAX-RS 1.0 [1]. The following main changes in 1.0 (some of them came from 0.9) will affect CXF JAX-RS 0.8 users : 1. ProduceMime and ConsumeMime annotations have been renamed to Pr

Jetty Continuations in CXF

2008-10-24 Thread Sergey Beryozkin
Hi I'd like to continue the discussion on how to handle Jetty continuations[1] in CXF[2] here. In short the requirement is for CXF to be able to handle the application code (ServiceMix JBI consumers served by ServiceMix CXF BindingComponent in this case) doing explicit continuations. Ex. CXF