Oleg Nitz <on <at> ukr.net> writes: > > Hi Joerg, > > I hope now issue 1 is solved too
Hello Oleg, I really appreciate your efforts for helping me immediately. After updating my OJB from CVS cascading create and cascading delete do work, but unfortunately no longer cascading update that worked before: My persons have a name, changing this one and making this change persistent does not update the database. After makePersistent(debitor) it contains again the original form, just like as it was not touched. The same happened for me for the addresses, changes on them are not saved (both removing and adding to an existing list and changing entries on a specific address). It seems to be still an issue with the "long transaction" as removing the addresses inside the transaction works (this was what the DependentTest tested). This time my test patch is a bit longer. As I'm posting about gmane.org I can not attach or zip it. Additionally gmane.org has an 80 character restriction and few lines are longer than this. So I will sent the patch off the list. Maybe it's just time to subscribe to the list :) BTW, the target run-test should allow me to execute a specific test, doesn't it? I tried it with -Dtest.package=org.apache.ojb.otm.AllTests and org.apache.ojb.otm.DependentTests, but it fails because of a missing table OTM_DEBITOR while it works with the target junit, but that's a bit time consuming. Sometimes I will be completely satisfied ;-) Thanks again and regards, Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
