Re: [castor-dev] jdo bug part2

2001-12-31 Thread Thomas Yip
>From: lars.gersmann [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 31, 2001 5:10 AM >To: [EMAIL PROTECTED] >Subject: [castor-dev] jdo bug part2 > >sorry i forgot to append the testcase :-) > >below the bug message send before. > >hi, > >i created a sim

[castor-dev] jdo bug part2

2001-12-31 Thread lars.gersmann
sorry i forgot to append the testcase :-) below the bug message send before. hi, i created a simple persistent class TextValue public class TextValue { public String id = null; public String value = null; public TextValue() { } public String to