Hi
Thank you for reading my post.
what is impact and requirement of two userTransaction inside eachother?
for example we have a servlet which calls two method from two objects
it call them inside one userTransaction.
inside each method we have begging and ended some userTransaction.
My question is: what is impact of this scenario and what is its
requirement from application server side, and resources like database
and JMS and ....