RE: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-06 Thread John Fawcett
rectly accessing the fk. Thanks, fawce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: Sunday, July 06, 2003 8:05 AM To: John Fawcett Subject: Re: [JBoss-user] CMP persistent field using relationship-field fk column Hello John

Re: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-06 Thread Alexey Loubyansky
Hello John, as to foreign key updates, I don't see it occuring. There is a testcase in the testsuit and it passes (JBoss-3.2.2RC2). * What JBoss version are you using? * If it is not fresh, could you try to check out a fresh one and test again? Thanks, alex Friday, July 04, 2003, 10:59:59 PM

Re: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-05 Thread Alexey Loubyansky
Hello John, Friday, July 04, 2003, 10:59:59 PM, John Fawcett wrote: JF> Hi, JF> I have a cmp question: JF> We have bean that consists entirely of CMP relationship fields. When we JF> xml-encode this entity bean's contents, we simply want the primary key, JF> and the foreign keys. In an effort t

[JBoss-user] CMP persistent field using relationship-field fk column

2003-07-04 Thread John Fawcett
Hi, I have a cmp question: We have bean that consists entirely of CMP relationship fields. When we xml-encode this entity bean's contents, we simply want the primary key, and the foreign keys. In an effort to avoid loading the related beans, I've added persistent fields that point to the fk-colum