storing sequence of nested objects

2004-10-21 Thread Henrik_Sorensen
Dear List, Is there any way the influence the sequence that nested objects gets stored in ? We have a processing that requires the store to be done in a specific order. Any hints or references would be greatly appreciated. Thanks for your help Henrik This e-mail, including attachments, is in

OTM Transaction Rollback broken?

2004-10-21 Thread Sebastian
Hi, I'm using OJB 1.01 with MySQL (com.mysql.jdbc.Driver, useAutoCommit="2"). I'm trying to persist an object that contains a RemovalAwareCollection with persistable child objects (refresh="true", auto-retrieve="true", otm-dependent="true"). I added a PBLifeCycleListener to the OTM connection.

Re: How to monitoring connecton pool?

2004-10-21 Thread Tino Schöllhorn
Hi, I don't know how to get this information. But you could quite easily configure the connection-managers as such that they are automatically closing "forgotten" persistence-broker instances and their connections. Please see: http://db.apache.org/ojb/docu/guides/connection.html Rodrigo G. Tavar