I am new at RESTful webservices and was trying to update my @OneToMany relationship from a standalone client application, but I am not able to do that. I am usi
@OneToMany
This also happens if you're missing an empty public constructor for the Entity (could be for JSON, XML etc)..