WAS 6.1, Hibernate, Spring and transaction managmement configuration -
I am using websphere application server express v6.1 and I am writing an application that is a spring 2.0.7 Uses, Hibernate 3.5 My dataset is Oracle 10G. I have 2 questions Which is the best transaction manager? Is Websphere or Hibernate? If IBM is answering then how do I configure it in spring configuration XML? This is my current declaration for hibernate & lt; Bean id = "transaction manager" category = "org.springframework.orm.hibernate3.HibernateTransactionManager" & gt; & Lt; Property Name = "sessionFactory" ref = "rmsSessionFactory" /> & Lt; / Bean & gt; What does this look like for Websphere? You should pip your transaction through JTA, even if you have a different implementation behind the scenario Using (Hibernate, webpage, weblogic, etc.) Ideally, it should look like this: & lt; Bean id = "transactionImpl" class = "org.springframework.transaction.jta.WebSphereTransact...