rajasaur :
If you look at my post, you will see that that is what I have set the property to <property name="current_session_context_class">jta</property>
LaLiLuna ::
Maybe my understanding is incorrect, but is not the EJB responsible for starting and commiting transaction since I set the attribute to "Required" in ejb-jar.xml ? I was also under the impression that the Session will atomatically associate itself wth the transaction created by the container when a call is made to a method to the EJB.
If you look at Section "11.2.2. Using JTA" in the online tutorial
http://www.hibernate.org/hib_docs/v3/re ... tions.html
It clearly shows that in the case of CMT, I should not have to call openTransaction()
Is my understanding incorrect ?
Thanks in advance
-- Raag