Re: global oid

2003-05-29 Thread David . Corbin
| |cc:

Re: global oid

2003-05-29 Thread battjt
java.lang.Object doesn't have an ID field. Are you suggesting that I change my datamodel to have a single peristable super class? Joe [EMAIL PROTECTED] wrote: What you need to do, is create a class-descriptor that describes "Object", and all it's persistent derivative objects. Then OIDs are

Re: global oid

2003-05-29 Thread David . Corbin
o: OJB Users List <[EMAIL PROTECTED]> | |cc:

Re: global oid

2003-05-29 Thread battjt
Then how do I convert '5' into an object? Don't I still need to use a org.apache.ojb.broker.Identity? How do I allocate an Identity if I don't know the class? Joe Lance Eason wrote: Just add an attribute "globalSequenceId" with a value of "true" to the entry for the sequence manager in your re

RE: global oid

2003-05-29 Thread Lance Eason
Just add an attribute "globalSequenceId" with a value of "true" to the entry for the sequence manager in your repository file. -Original Message- From: battjt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 1:06 PM To: OJB Users List Su