I'm reading Enterprise JavaBeans 3.1, and now that I finished the Transactions chapter I still have a doubt.
The author says a lot about transactions and the fact that they propagate from the client to the EJB, but he doesn’t make it clear when this is possible.
For e.g., if I’m running two application servers, how do I know if the transaction is going to be propagated between the two? What are the pre-requisites?
Let’s assume that the application being called is using EJB3.1, what does the client need to be using? Any EJB version? Only JTA? Or even pure JDBC or JMS is permitted?