Hi Ryan, > when I get an object, change its primary key to 0, store it > (it then creates a new row with a new primary key in the database), > then retrieve the original object, it returns the wrong one.
It's the sequence implementation. It fires at "null" and "0". Check ojb.properties for "sequence", and write your own implementation, if you need it. Cheers, Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
