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