Re: problem with ojb when overwriting the toString() method

2005-04-04 Thread Armin Waibel
Hi Günther, Günther Wieser wrote: hi, this weekend ojb brought me a lot of fun. i'd been searching for a problem for over half a day until i found out that ojb didn't like the way i overwrote the toString() method ob the objects that i wanted to be persisted. finally i found some debug output like

RE: problem with ojb when overwriting the toString() method

2005-04-04 Thread Günther Wieser
-Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 2:27 PM To: OJB Users List Subject: Re: problem with ojb when overwriting the toString() method Hi Günther, Günther Wieser wrote: hi, this weekend ojb brought me a lot of fun. i'd been

Re: problem with ojb when overwriting the toString() method

2005-04-04 Thread Armin Waibel
To: OJB Users List Subject: Re: problem with ojb when overwriting the toString() method Hi Günther, Günther Wieser wrote: hi, this weekend ojb brought me a lot of fun. i'd been searching for a problem for over half a day until i found out that ojb didn't like the way i overwrote the toString

Re: problem with ojb when overwriting the toString() method

2005-04-04 Thread Thomas Franke
Günther Wieser wrote: hmm, haven't seen any error so far when using the toString() method of objects of this class so far. what the toString() method does is to get all private fields of the object by introspection and fill a string buffer with the name of the field and the value. Could I take a

RE: problem with ojb when overwriting the toString() method

2005-04-04 Thread Günther Wieser
that happening in my code before as i called toString() on my objects BEFORE i linked them bidirectionally. kr, guenther -Original Message- From: Thomas Franke [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 3:12 PM To: OJB Users List Subject: Re: problem with ojb when overwriting

Re: problem with ojb when overwriting the toString() method

2005-04-04 Thread Armin Waibel
To: OJB Users List Subject: Re: problem with ojb when overwriting the toString() method Günther Wieser wrote: hmm, haven't seen any error so far when using the toString() method of objects of this class so far. what the toString() method does is to get all private fields of the object