|
Hello,
I am trying to commit a transaction, it seems that it works, but after every commit I got the following message:
[8/1/06 10:30:31:351 CEST] 303d03d5 WebAppRequest u Rolling back UserTransaction
and in the Database (DB2) nothing has changed.
There is no exception, but it is not working. Why it is always rolled back?
Hibernate version:3.2.0.cr2
I am using RAD6 and 5.1 testserver.
data from my cfg.xml
<property name="connection.autocommit">false</property>
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
<property name="default_schema">TEST_GTS</property>
<property name="dialect">org.hibernate.dialect.DB2Dialect</property>
<property name="jdbc.use_streams_for_binary">true</property>
<property name="max_fetch_depth">1</property>
<property name="show_sql">true</property>
<property name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
<property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
<property name="jta.UserTransaction">thisNode/servers/server1/jta/usertransaction</property>
<property name="transaction.manager_lookup_class">org.hibernate.transaction.WebSphereTransactionManagerLookup</property>
could anybody help me?
Thanks
|