Re: [castor-dev] JDO. Problem while trying to create an object with related fields

2001-11-01 Thread Sebastien Dumais
Hi everybody, I've finally found my problem. I was getting a new instance of Database with each bean call, thus instanciating a new TransactionContext ojbect (DUH!!!). I've fixed my problem and everything works now... Thank you to all those who answered me... Sebastien Dumais

Re: [castor-dev] JDO. Problem while trying to create an object with related fields

2001-10-30 Thread Keith Chew SL
eith Chew SL To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 8:46 AM Subject: Re: [castor-dev] JDO. Problem while trying to create an object with related fields Hi Sebastien   I am not sure your exact problem unless you post some code sn

Re: [castor-dev] JDO. Problem while trying to create an object with related fields

2001-10-30 Thread Sébastien Dumais
need something else, don't hesitate!   SD     - Original Message - From: Keith Chew SL To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 8:46 AM Subject: Re: [castor-dev] JDO. Problem while trying to create an object with related fields Hi Sebasti

Re: [castor-dev] JDO. Problem while trying to create an object with related fields

2001-10-30 Thread Keith Chew SL
ation.   Regards Keith C     -Original Message-From: Sébastien Dumais [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 31 October 2001 1:56 a.m.To: [EMAIL PROTECTED]Subject: [castor-dev] JDO. Problem while trying to create an object with related fields Hi all,I'm currently trying to imp

[castor-dev] JDO. Problem while trying to create an object with related fields

2001-10-30 Thread Sébastien Dumais
Hi all,I'm currently trying to implement an ecommerce site using castor for DBMS independence. The problem I have is that after the checkout, I have to write to the DBMS the order data. But some related fields are not taken into account while creating even if they were loaded/created in the c