I query OJB to get my object to update, using the primary key. I update the object, then call broker.store to update the object. However, the object, which is defined in th repository with "autoincrement=true" for the primary key, is INSERTed and NOT updated. I've tried this with HSQLDB and ORACLE. It's happening with both.
I'm using release candidate 4 of OJB.
Any hints are greatly appreciated.
Oh, and I've tried explicitly telling OJB to do an update not an insert.
:( -- Charles E Brault [EMAIL PROTECTED] "Where are we going, and why am I in this handbasket?"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
