Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.