All I know is that I downloaded Hibernate 2 days ago after searching the web for a solution to mapping OOP to RDBMSs. I thought I had acquired the most recent version although I see some ppl are mentioning version 3, so perhaps I got an old version? I will check the download site again.
This is the only error I get
Code:
2004-06-22 17:12:34,673 ERROR com.qas.newmedia.intranet.iq.logic.schedules.ScheduleLogic.test1(Unknown Source) : net.sf.hibernate.PropertyAccessException: IllegalArgumentException occurred while calling setter of com.qas.newmedia.intranet.iq.dto.schedules.Schedule.id IllegalArgumentException occurred while calling setter of com.qas.newmedia.intranet.iq.dto.schedules.Schedule.id
and my stdout contains
Code:
Hibernate: insert into Schedules (status, title, summary, description, created, last_updated) values (?, ?, ?, ?, ?, ?)
Hibernate: insert into DataAcquisitionSchedules (productName, productRelease, schedule_id) values (?, ?, ?)
which is correct.