Hi All,
This is regarding the migration of my application from Hibernate2.0 to Hibernate3.0.
As per the documentation provided on the site, I had made the following changes in my application:
1. API Changes: I had changed all the entries of net.sf.hibernate.* to org.hibernate.*
2. DTD Changes: Made the DTD changes to 3.0...
When I am running my application, my data is not being commited to the database. At the same time I could not see any exception being thrown.
Is there anything I am missing... like any particular attribute to be set in the xml files...
Its bit urgent, please help me at the earliest.
Thanks in advance