The ODMG-api is different, it collects all changes till commit is called. To write changes to DB while the tx is running, you have to call proprietary TransactionExt#flush() method.
Or checkpoint the transaction.
-Brian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
