distributed-transactions
when exactly does the wcf autocomplete execute?
I would like to know if I have a WCF service that has a TransactionScopeRequired but I don\'t use a transactional binding...[详细]
2023-04-07 18:26 分类:问答Two phase commit
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[详细]
2023-04-04 19:48 分类:问答how to debug an issue when the cause is not known
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[详细]
2023-03-31 06:25 分类:问答Transaction handling multi-tier application
Is there a possibility having transactions across multiple systems? For exeample: layer 1 - exposes web services (Deployed to weblogic)[详细]
2023-03-30 04:17 分类:问答Distributed Transaction In C# for Mysql
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[详细]
2023-03-29 18:17 分类:问答TransactionScope and SQL Server Compact
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[详细]
2023-03-20 01:15 分类:问答Error using distributed transaction in SQL Server 2008 R2
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.[详细]
2023-03-17 17:43 分类:问答(MSMQ) mqsvc.exe doesn't release memory
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.[详细]
2023-03-13 07:56 分类:问答Accessing transaction status in container managed beans
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[详细]
2023-03-10 23:46 分类:问答How can I distribute a task between many process in Ruby?
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[详细]
2023-03-01 02:51 分类:问答