Re: problem while saving entity with collection while using RequestFactory :"sideEffects":{"DELETE"

2011-01-01 Thread Smithimage
Has anyone had any progress in regard to this issue? I am my self experiencing something similar (using 2.1.1) Thanks! On Nov 19 2010, 3:47 pm, will0 wrote: > Hi > > I'm having the same problem. I have a class named Survey which > contains a list of SurveyReplicates (see code below).  My app ed

Re: problem while saving entity with collection while using RequestFactory :"sideEffects":{"DELETE"

2010-11-19 Thread will0
Hi I'm having the same problem. I have a class named Survey which contains a list of SurveyReplicates (see code below). My app edits both the Survey and the SurveyReplicates then sends the whole lot to the server. @Entity public class Survey { . @OneToMany(mappedBy="survey",

problem while saving entity with collection while using RequestFactory :"sideEffects":{"DELETE"

2010-11-11 Thread agi
Hello, I've started to use RequestFactory in my project, but I have following problem. I have Classes class Professor { @ManyToMany(...) List subjects; ///setters getters etc } I have created all needed architecture (Proxys, Requests etc) In my application I do : 1) I am fetching List of al