CXF « Update « JPA Q&A





1. Grails CXF plugin Webservice    stackoverflow.com

I was wondering what is the best way to handle a request for an update on an existing entity (e.g. a Person) when receiving the request as a webservice request. In ...

2. Updating Record over CXF webservice    forum.hibernate.org

Hello, I am trying to update a object over during a web service call. When I try to update I get the following error "Illegal attempt to associate a collection with two open sessions". I can insert objects into the database without a problem. Also the database mapping works correctly and updates the object if I log into the application and ...