This question is in context of JTA
There is a method commit in user transaction class. When we do commit on it, first it finds that if there is a
transaction associated with this
thread. My question is how at core
java level we/JTA can find out if there is a
transaction associated with current thread? (i know its a internal process to JTA apis but still interested )