Hi
This is my first time trying out hibernate. I am attempting to insert a new record via a servlet call in IE. This servlet would in turn invoke a javabean that does the actual work of insertion.
I believe there is something wrong with my deployment. Pls help to check
Details:
------------
App Server: Tomcat 4
Database: SQL Server 2000
Hibernate ver: 2
Error Msg: could not insert: [spectra.commons.hibernate.AppLabs#2]
File Breakdown
----------------
AppLabs.java: This is the persistent POJO
hibernate.cfg.xml: This is located in my tomcat web-inf/classes
Additional remarks: All other library files are located in web-inf/classes
Database Script