Bugs item #600810, was opened at 2002-08-27 09:24
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=600810&group_id=22866

Category: JBossCMP
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Burke (patriot1burke)
Assigned to: Dain Sundstrom (dsundstrom)
Summary: using collection to set cmr clears it!

Initial Comment:
Dain, this is Bill B.....

If you have a one-many relationship and while adding to
the relationship you set the relationship thru the
collection then the entire relationship is cleared!

i.e.

Organization org = .....;
Collection gangsters = org.getGangsters();
gangsters.add(anotherGangster);
org.setGangsters(gangsters);

the relationship is totally empty after this.  Are you
doing a collection.clear() before setting it???  What
does the spec say about this???

Thanks,
talk to you soon,
Bill

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=600810&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to