JOTM, JOTM-BTP and webservice
Posted
by user324373
on Stack Overflow
See other posts from Stack Overflow
or by user324373
Published on 2010-04-23T16:20:58Z
Indexed on
2010/04/23
16:23 UTC
Read the original article
Hit count: 230
jotm
When my request is submitted from JSP page at that time, server side i do some transaction but didn't commit yet. Now i am calling a web service and pass some data. In that web service i do some database operation but didn't commit and return some data. Now i want to commit this both transaction in one single commit line. In short i want to manage my TX at client side only.
Is It possible ????
I am using MySql 5.X database , tomcat 6.X , JOTM and JOTM-BTP.
© Stack Overflow or respective owner