Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Hi
I am haveing trouble commiting in DB2.
what i am trying to do is, it is acctualy a simple issue I read values from cform and insert that values into my table in DB2 but everthying is fine until in end it comes back saying rolled back because
field not valid in sysibm.sysdummy1
my question is does hibernate by any chance create this query on its own and try to insert in this table or is it IBM toolbox probelm.
any help apperciated.