[OJB-developers] OJB_SEQ with Oracle
Brought to you by:
thma
From: David F. <dw...@la...> - 2002-06-05 20:27:31
|
Are people using the OJB_SEQ table with sequences in Oracle? When I try to create a sequence in Oracle, I get a failure: It is calling getNextId in SequenceManagerDefaultImpl and fails with a SQLexception: ORA-00001: unique contraint (COAS_SERER.SYS_C005581) violated. The table is created using the standard sql for SequenceEntry and the default xml repository mapping to OJB_SEQ. It is doing an insert of all the variables into the table but must be rejecting them because the key has already been filled and it things I'm trying to create another key with the same value. I think this was working with an earlier version of OJB. This problem is with OJB-0.8.400 Thanks, Dave |