Re: selectKey & Oracle Database

2005-05-07 Thread j-lists
> When I turn on logging, there is no reference to anything in the > portion of the insert statement and the costObjectId is always 0. I've tried > to > change from the primitive int to the object, but the value of costObjectId is > null then. No selectKey execution in the logs, this sounds fa

Re: selectKey & Oracle Database

2005-05-07 Thread Clinton Begin
That should work.  But I don't believe you've stated what the problem actually is.  What is happening?  Is there an exception?  Is the costObjectId always being set to the same value?  Is the sequence being incremented?  Is the call to sqlMapClient.insert() returning the key propertly? What's the