After upgrading from OJB 0.9.9 to 1.0 RC4 I get OptimisticLockExceptions on simple store() operations with the PB API. The only place I use the attribute locking="true" is in the descriptor for the table OJB_HL_SEQ (copied from the OJB examples).
The exceptions go away if I either 1) remove the locking attribute from the descriptor or 2) switch to globalSequenceIds in the sequence manager Is there something I am missing or is this a bug? Is locking only usable with global sequence Ids? Thanks, J�rgen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
