Unregistered Objects

2007-08-10 Thread Peter Karich
Hallo, as discussed here [1] and there [2]. I am seeking for a solution where the following works: Room r = new Room(); getContext().registerNewObject(r); Meeting m = new Meeting(); r.addMeeting(m); //[3] I get heavy memory problems in my calculations, while doing the following procedure 100

RE: PK generation problem: uniqueness constraint violated

2007-08-10 Thread Török Péter
In the meantime I found the solution (or rather a workaround...) in an earlier mail to this mailing list... Sorry for bothering you and thanks to Philip Miller for the hint :-) (For reference, his original mail is here: http://objectstyle.org/cayenne/lists/cayenne-user/2007/02/0104.html) However