HTTP transport -- no exception on server side when client has reset TCP connection

2009-06-24 Thread Andrew Clegg
I'm posting this here rather than on the users list as it's a bit technical, and I suspect it might indicate a bug in either CXF or at a lower level. However, I'm really not sure how to simulate it in a way that would make a convenient JIRA entry. I'm happy to bundle up some example code, if some

Re: HTTP transport -- no exception on server side when client has reset TCP connection

2009-06-24 Thread Andrew Clegg
PS I should have mentioned: JDK 1.6.0_06-b02, Tomcat/6.0.16, Centos 5.3, CXF 2.2.2 -- View this message in context: http://www.nabble.com/HTTP-transportno-exception-on-server-side-when-client-has-reset-TCP-connection-tp24182294p24183358.html Sent from the cxf-dev mailing list archive at Nab

JAX-RS benchmark application?

2009-06-24 Thread Nicholas L Gallardo
I was in a discussion with Chris Blythe yesterday about a common application for JAX-RS benchmarking. Geronimo has the DayTrader application that is purely Java EE 5 based and can be run on any platform. Having something similar for JAX-RS would be beneficial. Does anyone know if a similar appl

Re: JAX-RS benchmark application?

2009-06-24 Thread Christopher J Blythe
Just wanted to add my two cents... So, whenever we discuss "benchmarks", there are always two different directions to go... micro-level benchmarks that focus on a single component and end-2-end, full workload benchmarks that stress the interactions between multiple components. Typically, the mi

Re: JAX-RS benchmark application?

2009-06-24 Thread Nicholas L Gallardo
Chris, I would agree that micro-benchmarks make more sense right now. So, to that end, should we just focus on having a set of simple samples that can be bundled up to accomplish this? Or would you rather see a dedicated application that examines specific paths? -N Nicholas Gallardo WebSphe

Re: How to add wsdl extension for SOAP/JMS.

2009-06-24 Thread Daniel Kulp
Hmm... I'm not really sure. I don't think there IS a schema that would work properly for this. My gut feeling was something like: but I know that doesn't work. This will probably need some changes to CXF wsdl processing to really get

Re: HTTP transport -- no exception on server side when client has reset TCP connection

2009-06-24 Thread Daniel Kulp
Interesting. Not sure what to say. We would just be writing to the OutputStream obtained from response.getOutputStream(). If it's not throwing an IOException, I'm not sure what we could do. Any chance you could try with Jetty? Maybe Jetty does something different. Don't really know.

Re: Whiteboard pattern for JAX-RS services

2009-06-24 Thread Josh Holtzman
On Tue, Jun 23, 2009 at 8:46 AM, Sergey Beryozkin wrote: > Hi Josh > > > > I've got some code that allows OSGI bundles to use the whiteboard pattern >> to >> register restful services. When a service is registered with a specific >> property, say, "jaxrs.resource=true" the JAX-RS implementation

Re: Integrating JAX-RS runtime into DOSGi

2009-06-24 Thread Josh Holtzman
Sergey, Thanks again for the detailed documentation you've provided in this thread. I was able to easily convert from JAX-WS to JAX-RS, which (I think) will make our lives even easier. Once we've got the ability to expose a single service with both of these frontends, I'll make use of that as well

Re: How to add wsdl extension for SOAP/JMS.

2009-06-24 Thread liucong
Hi, Dan, Thank you very much for your advice. By some experiments for the WSDL extension. I think it is right that this WSDL extension needs some changes to CXF wsdl processing. And the CXF wsdl processing will supoort the entension in SOAP/JMS. I think this kind of extension is necessa

Re: SOAP/JMS specification for CXF [Project Status]

2009-06-24 Thread liucong
Hi all, I have submitted a patch for my work in transport-jms. https://issues.apache.org/jira/browse/CXF-2253. It is not complete, and I'll continue to work on it to make it complete. Any suggests are welcome! liu liucong wrote: > Hi all, > > Project Description: > SOAP over JMS specification (