Tagged Questions
The xa tag has no wiki summary.
6
votes
4answers
3k views
What is the 'best' way to do distributed transactions across multiple databases using Spring and Hibernate
I have an application - more like a utility - that sits in a corner and updates two different databases periodically.
It is a little standalone app that has been built with a Spring Application ...
3
votes
1answer
300 views
MessageConsumer/MessageProducer vs QueueSender/QueueReceiver
Is the MessageConsumer/MessageProducer the XA equivalent of QueueSender/QueueReceiver?
As far as I can understand the MessageConsumer/MessageProducer are better used in a XA context.
In my app I ...
2
votes
1answer
307 views
An illegal attempt to commit a one phase capable resource with existing two phase capable resources
I have an MDB in WebSphere 6. The MessageListener is linked to a Tibco EMS queue. In the MDB I'm trying to write to a WebSphere MQ queue. I get the following error:
WMSG0042I: MDB Listener LoanIQ ...
2
votes
1answer
265 views
32bit DLLs using MSDTC/oracle XA on 64 bit Win2k3
I have a COM+ application (mostly vb6 based), that I need running on a 64-bit system. It's supposed to communicate with an oracle database (10g, 32bit). Everything works fine when I disable XA, but ...
2
votes
1answer
121 views
JTA Datasources without transactions
(Assuming manual enlistment and delistment of resources.)
I have a number of XA enabled resources/datasource for which I plan to perform transactional updates. Additionally, some of the XA-enabled ...
2
votes
3answers
416 views
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:
Transaction that was updating
table was distributed, so I had no
controll ...
1
vote
1answer
44 views
Is it possible to set up parallel transactions in JTA (Atomikos)
I have two transactional resources, database and message queue. So I use Atomikos as the XA transaction manager.
Inside a transaction (tx1), is it possible to open another separated transaction (tx2) ...
1
vote
1answer
212 views
JPA (Hibernate) XA Datasource execute Stored Procedure in Transaction
I'm using JBoss 6, JPA (Hibernate) on Sql Server 2005 using XA Transactions.
I am able to run queries and stored procedures, but I am trying to run a certain stored procedure in it's own transaction ...
1
vote
1answer
164 views
How to perform XA transaction in EJB?
I have a MDB listening to particular topic.
I have configured XA data source with jboss...
I have set persistance .xml
<persistence-unit name="jpa" transaction-type="JTA">
...
1
vote
1answer
137 views
Using XA transaction with JDBC, MySQL, and Microsoft SQL Server
Suppose I have MySQL server running on one machine, a Microsoft SQL Server running on a second machine, and my own custom Java database running on a third machine.
How do I use the X/Open XA standard ...
1
vote
1answer
599 views
RAD 8 Exception
Please help me understand the possible causes of this exception, or better still how to fix it?
The exception stack trace follows: com.ibm.ws.Transaction.XAResourceNotAvailableException: ...
1
vote
0answers
74 views
Mysql XA Isolation Level
Does anyone know why Mysql requires serializable isolation level to achieve ACID properties with XA transactions or what would be lost if you used repeatable read and XA?
However, for a ...
1
vote
1answer
244 views
Ehcache cannot overflow data to disk in XA Mode (NotSerializableException)
I'm experimenting XA transactions with Ehcache. Currently I'm using Spring transaction management and Bitronix as transaction manager.
I create, configure and fill up a cache using the method below:
...
1
vote
2answers
64 views
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.
create tx
...
1
vote
1answer
294 views
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 \
create-jms-resource \
--restype ...
1
vote
2answers
210 views
Delaying sending of mail until transaction commits
Does anyone have a good tutorial 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 transaction ...
1
vote
1answer
1k views
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 ...
1
vote
0answers
582 views
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 protocol?
1
vote
2answers
577 views
Long-running transactions structured approach
I'm looking for a structured approach to long-running (hours or more) transactions. As mentioned here, these type of interactions are usually handled by optimistic locking and manual merge strategies. ...
0
votes
2answers
102 views
What does XA in “X/Open XA” stand for?
I know what does XA mean but I'm curious on what it stands for.
0
votes
2answers
55 views
Are XA/JTA transactions still used?
I have an application that interacts multiple databases and some custom services. For some operations, I need transaction-like behavior where a set of changes either commit across all ...
0
votes
0answers
252 views
Jboss - Strange exception after auto-reconnecting to XA datasource
I'm using a XA datasource on Jboss 6, using <check-valid-connection-sql> and <background-validation-millis> to auto-reconnect when one of the connections is dead. This works, but the ...
0
votes
1answer
118 views
Why does Quartz Scheduler(JobSToreCMT) require the use of two datasources?
I found this annswer:
1. Long answer to Quartz requiring to data sources, however, if you want an even deeper answer, I believe I’ll need to dig into the source code or do more research:
a. ...
0
votes
0answers
63 views
coherence global transactions
all
I have an web application deployed to weblogic as a part of ear. Spring MDP facility is used to receive messages from JMS queues. Everything is fine except one thing - i have to have transaction ...
0
votes
0answers
60 views
Difference between XA transactions and WS-Transaction
i am doing some research about distributed transactions, and i found that there are two standard to acomplish it, the specification XA, and the specification WS-Transaction (WS-AtomicTransaction, ...
0
votes
0answers
68 views
XA transactions on MySql NDB cluster
Is it possible to use XA transactions on MySql NDB cluster?
My neaded environment
Mysql 5.1.39-ndb-7.0.9-cluster-gpl
Hibernate
Jboss 5.1
Saem 2.1
XA transactions
Anyone has tried this or ...
0
votes
1answer
424 views
ActiveMQ JMS XA Atomikos - Transaction not started error
The situation is we want to use XA transactions to coordinate activity between ActiveMQ and Hibernate (Sql Server 2008).
We are using:
Spring 3.0.5
Hibernate 3.6.2
ActiveMQ 5.5.0
Atomikos 3.7
We ...
0
votes
2answers
341 views
How to make a readonly xa datasource connection to mysql server on jboss
it is clear in the title, I would be great if you share your experience about it.
I tried that but didn't work..
...
<xa-datasource>
<jndi-name>DSReadOnly</jndi-name>
...
0
votes
0answers
291 views
Spring, XA and WebSphere
I am trying to get XA transactions working in a Spring v3 application inside WebSphere v7.
My App Context reads:
<bean id="jmsConnectionFactory"
...
0
votes
1answer
335 views
Oracle RAC , Do I need XA driver?
I have Oracle 11g, configured to use Real Application Cluster (RAC) and storage.
My application runs on Jboss and uses only 1 data source.
I basically had local transactions BEFORE we got RAC, so I ...
0
votes
1answer
69 views
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 general purpose questions regarding how things work. I have listed the sequence of events to get a definitive summary of what happens.
create tx
...
0
votes
1answer
264 views
Setting Transaction Isolation Level in Berkeley DB Java Edition for Distributed Transactions (XA)
I am using distributed transactions in a BDB JE application to coordinate transactions across multiple BDB JE environments. I want to set the transaction isolation level to serializable. To begin ...
0
votes
1answer
669 views
XA distributed transactions in C++
Is there a good C++ framework to implement XA distributed transactions?
With the term "good" I mean usable, simple (doesn't imply "easy"), well-structured.
Due to study reasons, at the moment I'm ...
0
votes
1answer
203 views
How can I enlist an ODBC connection in an XA 2PC transaction?
Our application uses ODBC to communicate with a database (Both DB2 and Oracle, if it makes a difference), and delegates business logic to Java by way of JNI (So it uses Java and C).
What I'd like to ...
-1
votes
1answer
85 views
run Yii Interactive Tool with xampp on windows
I want to config yii on windows, but i can not run Yii Interactive Tool. all documents i read is for Linux that have below syntax:
%YiiRoot/framework/yiic shell
but i am using xampp on windows, how ...