These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: WebAppRequest u Rolling back UserTransaction
PostPosted: Tue Aug 01, 2006 5:00 am 
Newbie

Joined: Tue Aug 01, 2006 4:45 am
Posts: 1
Location: Vac
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.