[JBoss-user] [EJB/JBoss] - Re: Inconsistencies of CMR collections

2004-08-27 Thread Cyxs
I ahave used an iterator and remove() and also the removeAll() method. The finder method simply doesnt get it. seems like the removing takes place after the method finishes. but before the method finishes, the finder method is called. I am using commit B option and also no transactions. Very we

[JBoss-user] [EJB/JBoss] - Inconsistencies of CMR collections

2004-08-26 Thread Cyxs
Hi! I have to Entities, say house and person. The relation is many-to-many. I made some associations so that every person has one or more houses- So far the preconditions. I deleted all associations and then tried to find all persons without houses (which should return all persons). For this