JBoss AS Question:
Download Questions PDF

What is the diffrence between a local-tx-datasource and a xa-datasource? can you use transactions in both?

Answer:

A local-tx-datasource identifies a data source that uses transactions, even distributed trans actions within the local application server, but doesn’t use distributed transactions among multiple application servers. An xa-datasource on the other hand identifies a data source that uses distributed transaction among multi-ple application servers.

Download JBoss Interview Questions And Answers PDF

Previous QuestionNext Question
What are the differences between EJB 3.0 and EJB 2.0?What do you need to set-up a cluster with JBoss?