Hi all,
I just made a major enhancement to Castor JDO to solve the problem users
reported over the last month regarding object creation in different
situations. (it was more major than I first planned, so does the time spent)
The enhancements split the object creation into two phases. It first walks
from the specified object, and mark all related (if autoStore is true), and
dependent object to be created. It then create object according to the
determined priority.
A priority is determined bases on if the object has any foreign key to
key-generated object, and if that key-generated object contains foreign key
to another key-generated object, and if that......
Could please everybody who reported creation problem, especially with
key-generation, and different access mode pull the most update-to-date code
from the cvs to see if your problems solved? (Especially Master's
dependent's related object, or "insert null" into non-null key-generated
foreign key columns)
One issue are that I have to broke the test case Persistent for now. I am
looking for workaround on that right now.
Please test the cvs now and don't wait until the next release, otherwise,
all other creation situations might be solved but not yours.
Thank you very much, all JDO users.
Thomas
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev