Hi, ----- Original Message ----- From: "Durham David Contr 805 CSPTS/SCBE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 8:36 PM Subject: Can I use multiple Sequence Managers
I would like to specify a sequence-manager in <jdbc-connection-descriptor/> and use that sequence manager for most all of my objects. However, I want to use a different sequence manager for a couple of the objects. I didn't see how to do this in manual or find anything in mail-archives. Can someone tell me if this is currently supported? ####### Currently it's not supported (you can only define SequenceManager implementations on a per jdbc-connection-descriptor level), but you can easy write your own SequenceManager implementation to manage different SM implementations. Use custom 'attribute' elements in your field-descriptor to specify the different SM implementation classes and let your SM implementation manage the different instances. regards, Armin Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
