RE: AW: [Xdoclet-user] 1-1 unidirectional relationship issue

2003-06-27 Thread Harkness, David
Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: Re: AW: [Xdoclet-user] 1-1 unidirectional relationship issue Well, as I have been frustrated trying to get this to work, I switched this to a 1-1 bi-directional relationsh

Re: AW: [Xdoclet-user] 1-1 unidirectional relationship issue

2003-06-27 Thread Mick Knutson
Local pMedicalHistory ); ALLERGIES_TABLE: = allergies_id: varchar medical_history_id_fk: varchar ..more attributes... MEDICAL_HISTORY_TABLE: ========== medical_history_id: varchar user_id_fk: bigint --- Thanks... Mick Knutson --- From: "Ingo Bruell" <[EMAIL P

AW: [Xdoclet-user] 1-1 unidirectional relationship issue

2003-06-27 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mick, > I am still having an issue here. > I have now been working on this for about 3 solid days now. Please help! > > I get the Allergies created as well as the MedicalHistory object in the DB, > but the Allergies does not have a medical_histor

[Xdoclet-user] 1-1 unidirectional relationship issue

2003-06-26 Thread Mick Knutson
I am still having an issue here. I have now been working on this for about 3 solid days now. Please help! I get the Allergies created as well as the MedicalHistory object in the DB, but the Allergies does not have a medical_history_id_fk so I have no way to find that Allergies from the Medical Hi

[Xdoclet-user] 1-1 unidirectional relationship issue

2003-06-25 Thread Mick Knutson
I have set up a 1-1 unidirectional relationship just like the xPetstore, but it does not seem to work at all. I don't get errors, but the relationship does not update. I have a MedicalHistoryDto that has an AllergiesDto. I can populate the Allergies by itself like a standalone bean, but not like

[Xdoclet-user] 1-1 unidirectional relationship issue.

2003-06-24 Thread Mick Knutson
I have set up a 1-1 unidirectional relationship just like the xPetstore, but it does not seem to work at all. I don't get errors, but the relationship does not update. I have a MedicalHistoryDto that has an AllergiesDto. I can populate the Allergies by itself like a standalone bean, but not like