Phil Warrick wrote:
Hi Armin,
I tried to compile to the head version and found that my code had broken since some public methods of OJB.java had been factored into another class. Can you explain this so that I can adapt? In particular, I need access to method #setImplicitLocking().
ahh, sorry my fault. I replaced ImplementationImpl with ImplementationDefaultImpl when made Implementation pluggable via OJB.properties. I will rename current class to be backward compatible.
A better way of use is to cast current Transaction to TransactionExt and then call setImplicitLocking() on current transaction. TransactionExt interface is a proprietary extension of odmg Transaction interface.
regards, Armin
Thanks,
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
