JOTM, JOTM-BTP and webservice
- by user324373
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.