I have an object, where the PK value is a concatenation of a property and an autoincrementing value. To me it looks like I should write my own SequenceManager and Sequence, which I've done. Now the tricky part, how do I setup (configure or extend) OJB so that the "target" object is passed to my sequence manager. To me it looks like I have to write my own broker, but still I don't see where getUniqueLong(FieldDescriptor) is being called. I need to somehow get to getUniqueLong(FieldDescriptor fd, Object target).
Any ideas? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
