I had tried this approach and it didn't work.
The problem is with how websphere server handles transactions. The problem was solved after making changes to web.xml. In webspher extensions, setting "Unresolved Action" to Commit under Local Transaction solved this problem.
Thanks,
Hemant
Main Topics
Browse All Topics





by: gibu_georgePosted on 2007-10-01 at 06:10:25ID: 19990481
Hello pratikbm,
ction.JTAT ransaction Factory">o rg.hiberna te.transac tion.WebSp hereTransa ctionManag erLookup</ property> .factory_c lass">org. hibernate. transactio n.CMTTrans actionFact ory</prop> .manager_l ookup">org .hibernate .transacti on.Websphe rExtendedJ TATransact ionLookup< /prop>
Try this
<property name="org.hibernate.transa
instead of
<prop key="hibernate.transaction
<prop key="hibernate.transaction
Regards,
gibu_george