Hi again, OK well, I thought the schema thing was the problem but it still does not insert into the tables. The error thrown in the code is
Code:
net.sf.hibernate.JDBCException: could not insert: [com.qas.newmedia.intranet.iq.dto.schedules.DataAcquisitionSchedule] could not insert: [com.qas.newmedia.intranet.iq.dto.schedules.DataAcquisitionSchedule]
and in the stdout logging reports only
Code:
Hibernate: insert into dbSchedules.Schedules (status, title, summary, description, created, last_updated) values (?, ?, ?, ?, ?, ?)
dbSchedules.Schedules is correct for the database and table name. The insert looks fine too. All the values are set in my code which you can see in my first post.
Thanks if you can help!