xa
Spring, XA and WebSphere
I am trying to get XA transactions working in a Spring v3 application inside WebSphere v7. My App Context reads:[详细]
2023-02-19 04:24 分类:问答Oracle RAC , Do I need XA driver?
I have Oracle 11g, configured to use Real Application Cluster (RAC) and storage. I thought XA is for 2PC transactions , for multiple data sources/managers.[详细]
2023-02-10 17:56 分类:问答Oracle DB lock table use
Recently I had a task, according to which, I needed to have a specific lock functionality. The specific was due to:[详细]
2023-02-08 06:24 分类:问答If a XAResource is the only resource involved in a Tx should the XAResource.prepare() be called
I am trying out a few things w/ JOTM and have some gene开发者_如何学JAVAral purpose questions regarding how things work. I have listed the sequence of events to get a definitive summary of what happen[详细]
2023-02-06 18:38 分类:问答Why doesnt throwing an XAException from a XAResource still allow an transaction commit to succeed?
I am trying out a few things w/ JOTM and have some general purpose questions regarding how things work. I have listed the sequence of events to get a definitive summary of what happens.[详细]
2023-02-06 18:38 分类:问答glassfish v3 asadmin how to specify XA on connection factory
This worked in GFV2: $AS_HOME/bin/asadmin \\ --host $AS_ADMIN_HOST \\ --user $AS_ADMIN_USER \\ --port $AS_ADMIN_PORT \\[详细]
2023-02-02 21:53 分类:问答Delaying sending of mail until transaction commits
Does anyone have a good tuto开发者_运维问答rial or some advice on how to implement one\'s own XAResource? I need Spring\'s MailSender to be transactional, so that the mail will only be sent once the t[详细]
2023-01-23 12:52 分类:问答Setting Transaction Isolation Level in Berkeley DB Java Edition for Distributed Transactions (XA)
I am using di开发者_如何学Gostributed transactions in a BDB JE application to coordinate transactions across multiple BDB JE environments.I want to set the transaction isolation level to serializable.[详细]
2023-01-19 06:32 分类:问答Prepared transactions with Postgres 8.4.3 on CentOS
I have set \'max_prepared_transactions\' to 20 in the local postgres.config and yet the transaction fails with the following error trace (but only on Linux). Since in Windows the same code works seaml[详细]
2022-12-25 23:48 分类:问答jboss jms and xa transaction
I\'m using JMS with JBoss 5.1.0 GA-jdk6 Can I use the same Database for application data and JMS as well, or should I configure them in separated开发者_运维问答 databases with a two-phase XA protoco[详细]
2022-12-09 23:00 分类:问答