-->
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: Problem with Container Managed Transactions
PostPosted: Sat May 05, 2007 2:45 am 
Newbie

Joined: Thu Mar 08, 2007 8:49 am
Posts: 11
Location: Hyd
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

[b]Hibernate version: 3.0[/b]

[b]Oracle 9i[/b]

[b] WEb Sphere 6.1 [/b]

I am useing Container Managed Transactions. My db is Oracle9i and server is WEb Sphere 6.1.


I added follwing properties to hibernate.cfg.xml
[b]
<property name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
<property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.WebSphereExtendedJTATransactionLookup</property>
<property name="hibernate.connection.release_mode">after_transaction</property>
[/b]

My problem is changes to data is not storeing in the data base. Until server is open it is showing the changes in UI. I tried it for transaction properties Required, RequiresNew.

Shall i need to do any configuration?

Pls help me


Read this: http://hibernate.org/42.html

_________________
Thanks&Regards
Sunil k


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.