RE: Key in object not propulated from Foreign key listed in reference-descriptor

2006-08-15 Thread Wright, Jim \(NIH/CIT\) [C]
and could not get it to work. Jim Wright -Original Message- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 11:43 PM To: OJB Users List Subject: Re: Key in object not propulated from Foreign key listed in reference-descriptor On 8/11/06, Wright, Jim (N

Re: Key in object not propulated from Foreign key listed in reference-descriptor

2006-08-14 Thread Thomas Dudziak
On 8/11/06, Wright, Jim (NIH/CIT) [C] <[EMAIL PROTECTED]> wrote: Tom, I also did a little experiment to see the order in which each object is inserted by the store method. However the only one that appeared to be inserted was my report object which is the parent of scientist and IOS objects. I

RE: Key in object not propulated from Foreign key listed in reference-descriptor

2006-08-11 Thread Wright, Jim \(NIH/CIT\) [C]
-Original Message- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 12:16 PM To: OJB Users List Subject: Re: Key in object not propulated from Foreign key listed in reference-descriptor On 8/11/06, Wright, Jim (NIH/CIT) [C] <[EMAIL PROTECTED]> wrote:

Re: Key in object not propulated from Foreign key listed in reference-descriptor

2006-08-11 Thread Thomas Dudziak
On 8/11/06, Wright, Jim (NIH/CIT) [C] <[EMAIL PROTECTED]> wrote: I have a field in a class called IOS that is not getting populated from the foreign key definition in the scientist reference-descriptor shown in IOS class-descriptor. My guess is that your problem stems from the fact that you us

Key in object not propulated from Foreign key listed in reference-descriptor

2006-08-11 Thread Wright, Jim \(NIH/CIT\) [C]
I have a field in a class called IOS that is not getting populated from the foreign key definition in the scientist reference-descriptor shown in IOS class-descriptor. Here is the class descriptor containing the field scid that is not getting populated on insertion: