Re: TwoLevelCache troubles and get the running transaction

2006-02-11 Thread Bruno CROS
Hi armin, I have post my migration changes to all my team. I approxymately get all the transactions running ( except the primitive at 0 changes !!! we had just one PK using 0 value, ouf... ). Some little changes so. Now we are in 1.0.4. But I continue to search to install TwoLevelCache and CGLi

Re: TwoLevelCache troubles and get the running transaction

2006-02-10 Thread Armin Waibel
Hi Bruno, Bruno CROS wrote: Hi all, hi Armin, Using TwoLevelCacheObjectImpl, i experienced some big troubles with a delete sequence containing some flush() to avoid FK constraints errors. Assume 2 classes A and B, with 1:n relation. We can resume sequence as this : - open tx - read objec

TwoLevelCache troubles and get the running transaction

2006-02-10 Thread Bruno CROS
Hi all, hi Armin, Using TwoLevelCacheObjectImpl, i experienced some big troubles with a delete sequence containing some flush() to avoid FK constraints errors. Assume 2 classes A and B, with 1:n relation. We can resume sequence as this : - open tx - read object A - read collection of object