a lot of delete statements on insert m:n rc7

2004-06-14 Thread dennis bekkering
Hello, I have a simple unit test class : public static String id; public AppointmentDelegateTest(String arg0) throws Exception { super(arg0); Appointment appointment = new Appointment(); User user = new User(); appointment.setUser(user); appointment.setCreationDate( new

Re: a lot of delete statements on insert m:n rc7

2004-06-14 Thread dennis bekkering
: dennis bekkering [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 4:05 AM Subject: a lot of delete statements on insert m:n rc7 Hello, I have a simple unit test class : public static String id; public AppointmentDelegateTest(String arg0) throws Exception