JBoss AS Question:
Download Questions PDF

How can you start a JTA transaction from a Servlet deployed on JBoss?

Answer:

JBoss registers in the JNDI tree a JTA UserTransaction Object which can be user to manage a distributed transaction.

Download JBoss Interview Questions And Answers PDF

Previous QuestionNext Question
Is the Session Factory Thread safe?What if you need to span your transaction across multiple Servlet invocations?