I would like to know if I have a WCF service that has a TransactionScopeRequired but I don\'t use a transactional binding...
I believe most of people know what 2PC (two-phase commit protocol) is and how to use it in Java or most of modern languages. Basically, it is used to make sure the transactions are in sync when you ha
We are facing the following exception in weblogic server v10.3.2.0. We are using JRockit JRE 6.0. We have around 6-7 XA datasources involved in every server request. We face this exception when proc
Is there a possibility having transactions across multiple systems? For exeample: layer 1 - exposes web services (Deployed to weblogic)
I have a C# application. I would like to run a transaction which insert and update multiple database on different location. I notice is to support via the .net connector provided by mysql. Any solutio
SQL Server Compact doesn\'t support distributed transactions. So if there are more than one connection inside TransactionScope - the exception is thrown. Is there any way to setup ADO.NET provider to
I am using SQL Server 2008 R2. I am getting the following error when I try to execute a SP from java side. The same SP is running well when I use query browser to run.
MSDN Thread Hi, all. First of all, please excuse any english language mistakes in the following description, because, I\'m not a native speaker and well, I can\'t write it perfectly.
I have a @Stateless EJB using container managed transaction. Is there a way to access the \"status\" of javax.transaction.UserTransaction? That is, calling UserTransaction.getStatus() inside the bean
I have a ruby daemon that selects 100 records from database and do a task with it. To make it faster I usually create 3 instances of the same daemon. And each one selects diferents data by using mysq