Re: Support for Json arrays

2011-02-14 Thread Kannan Ramasamy
Hi Sergey, Is this issue fixed in Apache CXF 2.3.2? I am facing this issue presently in my application. When I try to post json array, I get a empty array after unmarshalling. -- View this message in context: http://cxf.547215.n5.nabble.com/Support-for-Json-arrays-tp576369p3384717.html Sent

Re: Support for Json arrays

2011-02-14 Thread Sergey Beryozkin
? When I try to post json array, I get a empty array after unmarshalling. Can you post an example please ? Sergey -- View this message in context: http://cxf.547215.n5.nabble.com/Support-for-Json-arrays-tp576369p3384717.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Support for Json arrays

2011-02-14 Thread Kannan Ramasamy
.keyword: { ns1.value: 35inks } } } } If i try to pass the above mentioned json data. I am getting as empty array after unmarshalling. -- View this message in context: http://cxf.547215.n5.nabble.com/Support-for-Json-arrays-tp576369p3384766.html

Re: Support for Json arrays

2011-02-14 Thread Kannan Ramasamy
this.keywords; } } Thanks Kannan -- View this message in context: http://cxf.547215.n5.nabble.com/Support-for-Json-arrays-tp576369p3384833.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Support for Json arrays

2011-02-14 Thread Kannan Ramasamy
; } } Thanks Kannan -- View this message in context: http://cxf.547215.n5.nabble.com/Support-for-Json-arrays-tp576369p3384835.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Support for Json arrays

2009-07-16 Thread Sergey Beryozkin
am not sure if this is a bug in CXF or Jettison. Please let me know if this issue is already fixed in the latest release(Iam using CXF 2.2 sanpshot currently). Thank you Chaithanya. -- View this message in context: http://www.nabble.com/Support-for-Json-arrays-tp24409855p24517228.html Sent

Support for Json arrays

2009-07-09 Thread Chaitanya
Hi, I have a JAX-RS method which takes an array of Employee objects as a param. Employee class is given below. @XmlRootElement public class Employee { private String name; public String getName() { return name; } public void setName(String name) { this.name =

Re: Support for Json arrays

2009-07-09 Thread Sergey Beryozkin
you Chaithanya. -- View this message in context: http://www.nabble.com/Support-for-Json-arrays-tp24409855p24417031.html Sent from the cxf-dev mailing list archive at Nabble.com.