I am seeing a problem similar to what was described in the following post:
http://castor.exolab.org/list-archive/msg09737.html That is, Castor is fetching the "Many" objects from a "1-Many" relationship cumulatively. For example, if we have a "Company" object relating to Many "Employee" objects, retrieving the first Company will pull up its Employees, retrieving the second Company will pull up the Employees of both the first and second Companies, and so on. A response to the message I reference above indicates that a fix for this bug exists in CVS. However, I checked out Castor this morning, built it, and am still seeing the issue with the latest code. Does anyone know exactly where in the code the alleged patch went in? (I couldn't find the original bug report referenced by the response to the message above.) I'm hoping this fix does exist somewhere, and I just haven't found it yet... -Greg Merrill __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
