jta
Persistence unit as RESOURCE_LOCAL or JTA?
I have queries as below: What is the difference of these two? Are both of these supported by all databases?[详细]
2022-12-15 07:30 分类:问答Spring jta-transaction-manager
Using Spring: can jta-transaction-manager use id as name so that I can pass it as REF to my service layer like below?[详细]
2022-12-15 00:57 分类:问答Handle Transaction on differents EARs
what is the best practice to handle multiple EARs and the same transaction, as far 开发者_Python百科as we know we need to apply XA concepts in order transaction works correctly. but apparently in curr[详细]
2022-12-14 12:30 分类:问答WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem
I\'m running an application with the following components: Oracle 9i WAS 6.1.0.23 with WS and EJB3 features pack[详细]
2022-12-13 21:17 分类:问答JTA: how to be test JMS and JDBC failures?
we\'re currently working on testing JTA failure behaviour, on a system that receives messages using JMS, persists them, and sends results using another class.[详细]
2022-12-13 20:15 分类:问答Spring JTA configuration - how to set TransactionManager?
We configure our Spring transaction in Spring config as: <tx:jta-transaction-manager/> I gather this means that Spring will automatically discover the underlying JTA implementation.So when we[详细]
2022-12-12 01:12 分类:问答With EJB 2.1, is declaring references to resources in ejb-jar.xml required?
I\'m using Weblogic 9.2 with a lot of MDBs. These MDBs access JDBC DataSources and write to both locally and externally managed JMS Des开发者_StackOverflow中文版tinations using local and foreign XACon[详细]
2022-12-09 12:34 分类:问答