Hi Sergey,
When I turned off the validation, it was working fine but I could not get
the Image values been given in the input Json. Image collection was null.
Let me update this thread, when I get to know something more interested. One
other thing is, when I do not use the array brackets but on giving multiple
Image, the last value been given is saved.
For example, in the below input only the Image of type logo is saved.
{
"ns1.foo": {
"ns1.id": 1,
"ns1.name": "no:1-Foo"
"ns1.images": {
"ns2.image":
{
"ns2.imageUri": "thumbnail.jpg",
"ns2.height": 342,
"ns2.type": "thumbnail",
"ns2.width": 380
},
"ns2.image":
{
"ns2.imageUri": "thumbnail.jpg",
"ns2.height": 342,
"ns2.type": "logo",
"ns2.width": 380
}
},
}
}
Thanks
Senthil Arumugam
--
View this message in context:
http://cxf.547215.n5.nabble.com/Issue-with-Json-Namespace-in-POST-PUT-tp3276515p3280014.html
Sent from the cxf-user mailing list archive at Nabble.com.