1. Grails CXF plugin Webservice stackoverflow.comI 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.orgHello, 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 ... |