Re: 1-n Auto-retrieve troubles

2006-02-02 Thread Armin Waibel
Hi Bruno, in OJB 1.0.2 we fixed a bug with partially materialized objects under heavy load. Assume that this bug cause your problem. http://db.apache.org/ojb/release-notes.txt I would recommend the migration to OJB 1.0.4. But take care of changes between 1.0.1 and 1.0.4 (e.g. complete refacto

1-n Auto-retrieve troubles

2006-02-02 Thread Bruno CROS
Hello, I now have spent a lot of time debugging 2 batch processing. First processing creates a simple 1-n couple of object (consider that class UnityCar refers a class Unity with 1-n relation) . Creation is done like this : - tx.begin() - Unity u = new Unity() - tx.lock(u, Transaction.WRITE); -