Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-27 Thread Vassilis Virvilis
Hi Sergey, Thanks for all the info. I will try to digest and try some of your advices in the following weeks and I will report back my findings. Vassilis Virvilis On 06/26/2014 03:07 PM, Sergey Beryozkin wrote: On 26/06/14 12:10, Vassilis Virvilis wrote: Hi again thanks. Your post

Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-26 Thread Sergey Beryozkin
On 26/06/14 12:10, Vassilis Virvilis wrote: Hi again thanks. Your post clarifies a lot of dark corners for me. I will play with @BeanParam also One question though in 4) you said When we deal with JAX-RS parameters representing parts of URI or headers or individual form parameters we deal wi

Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-26 Thread Vassilis Virvilis
Hi again thanks. Your post clarifies a lot of dark corners for me. I will play with @BeanParam also One question though in 4) you said When we deal with JAX-RS parameters representing parts of URI or headers or individual form parameters we deal with plain strings that have no associated me

Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-26 Thread Sergey Beryozkin
Hi On 26/06/14 10:15, Vassilis Virvilis wrote: Hi Sergey, First of all thanks for answering because I am banging my head against the wall for 3 days now with this to the point that all my google searches have turned pink (page already visited). If I understood correctly you are telling me that

Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-26 Thread Vassilis Virvilis
Hi Sergey, First of all thanks for answering because I am banging my head against the wall for 3 days now with this to the point that all my google searches have turned pink (page already visited). If I understood correctly you are telling me that I need ParamConverterProvider http://docs.o

Re: jax-rs (jackson) cannot deserialize form parameter

2014-06-25 Thread Sergey Beryozkin
Hi On 25/06/14 13:47, Vassilis Virvilis wrote: Hi, My problem looks like this http://mail-archives.apache.org/mod_mbox/cxf-users/201307.mbox/%3c51e6a843.1080...@apache.org%3E I am using cxf 3.0.0 so I believe the thread does not apply and I am not sure what I should do or try based on that thr

jax-rs (jackson) cannot deserialize form parameter

2014-06-25 Thread Vassilis Virvilis
Hi, My problem looks like this http://mail-archives.apache.org/mod_mbox/cxf-users/201307.mbox/%3c51e6a843.1080...@apache.org%3E I am using cxf 3.0.0 so I believe the thread does not apply and I am not sure what I should do or try based on that thread. My problem is that I am trying to call