Re: Async http client experiments....

2012-07-30 Thread Daniel Kulp
On Monday, July 30, 2012 11:41:55 PM Oleg Kalnichevski wrote: > On Mon, 2012-07-30 at 17:06 -0400, Daniel Kulp wrote: > > BTW: I think the NHttpClient.java referenced from: > > http://hc.apache.org/httpcomponents-core-ga/examples.html > > needs work as well. I don't think most of the parameters s

Re: Async http client experiments....

2012-07-30 Thread Oleg Kalnichevski
On Mon, 2012-07-30 at 17:06 -0400, Daniel Kulp wrote: > On Monday, July 30, 2012 10:40:32 PM Oleg Kalnichevski wrote: > > Individual ContentDecoder / ContentEncoder implementations are marked > > with @NonThreadSafe annotation but public APIs do not make it clear > > enough that codecs are not thre

Re: Async http client experiments....

2012-07-30 Thread Daniel Kulp
On Monday, July 30, 2012 10:40:32 PM Oleg Kalnichevski wrote: > Individual ContentDecoder / ContentEncoder implementations are marked > with @NonThreadSafe annotation but public APIs do not make it clear > enough that codecs are not thread safe. Thank you for pointing that out. > I'll update javado

Re: Async http client experiments....

2012-07-30 Thread Oleg Kalnichevski
On Mon, 2012-07-30 at 10:35 -0400, Daniel Kulp wrote: > On Sunday, July 29, 2012 12:59:15 PM Oleg Kalnichevski wrote: > > All right. Then, with your permission, I'll try to commit some of my > > changes. You can always revert or re-work them if anything is not to > > your liking. > > Yep. That's

Re: Unresolved variables; only 0 value(s) given for 1 unique variable(s)

2012-07-30 Thread Matt Massie
Thanks, Sergey! You're right. Adding the proper @PathParam to the method fixed the problem. -Matt On Mon, Jul 30, 2012 at 12:53 PM, Sergey Beryozkin wrote: > Hi Matt > > > On 30/07/12 19:00, Matt Massie wrote: > >> Let me start by thanking your team for writing such a good piece of code. >> C

Re: Unresolved variables; only 0 value(s) given for 1 unique variable(s)

2012-07-30 Thread Sergey Beryozkin
Hi Matt On 30/07/12 19:00, Matt Massie wrote: Let me start by thanking your team for writing such a good piece of code. CXF has worked well for us. For one project, we used CXF to create a JAX-RS service that uses nested subresources. Originally, we only provided a Python client to REST interfa

Unresolved variables; only 0 value(s) given for 1 unique variable(s)

2012-07-30 Thread Matt Massie
Let me start by thanking your team for writing such a good piece of code. CXF has worked well for us. For one project, we used CXF to create a JAX-RS service that uses nested subresources. Originally, we only provided a Python client to REST interface. I'm in the process of using the CXF JAXRSClie

Re: Async http client experiments....

2012-07-30 Thread Daniel Kulp
On Sunday, July 29, 2012 12:59:15 PM Oleg Kalnichevski wrote: > All right. Then, with your permission, I'll try to commit some of my > changes. You can always revert or re-work them if anything is not to > your liking. Yep. That's the purpose of version control. :-) Major thanks for taking a