distributed-transactions
Recommended practice for stopping transactions escalating to distributed when using transactionscope
Using the TransactionScope object to set up an implicit transaction that doesn\'t need to be passed across function calls is great! However, if a connection is opened whilst another is already open, t[详细]
2023-01-25 03:10 分类:问答Force MSDTC to orphan a SQLServer distributed transaction
When shutting down my project\'s WebSphere-based JavaEE application, distributed transactions are sometimes left alive in the SQLServer 2005 database. These retain their locks forever and must be kill[详细]
2023-01-23 10:29 分类:问答Why does Entity Framework 4.0 require using DTM? Is it possible to do not use it?
I use EF almost one year ago. I just try to use TransactionScope deal with quite complex query like the following code.[详细]
2023-01-23 07:00 分类:问答Can I use JTA over different EARs which are deployed to different servers?
I\'m looking into JTA as I need distributed transactions (across JPA, JMS and EHCache). I\'m trying to understand whether JTA can supply an additional functionality which I\'m considering.[详细]
2023-01-21 21:07 分类:问答Configuration binding extension could not be found
I am trying to get a WCF webservice running which will participate in distributed transactions.I keep getting the following error message...[详细]
2023-01-20 10:19 分类:问答Why isn't TransactionScope rolling back distributed transactions?
I am using an object persistence framework called ECO for updating data to SQL Server.I\'ve noticed that if I create a TransactionScope and then deliberately throw an exceptio开发者_开发百科n after my[详细]
2023-01-20 03:48 分类:问答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 分类:问答Lightweight In-Process Distributed Transaction Manager for Java?
I\'m trying to extend Clojure to add durability to refs in a way that allows users to choose which data store instances to persist to.That requires distributed transactions.Are there any really lightw[详细]
2023-01-15 07:41 分类:问答WCF Custom Message Writing With Transaction Support
I\'m using a custom message that inherits the System.Servicemodel.Channels.Message. My custom message get IEnumerable collection which pulled from a database.[详细]
2023-01-13 15:05 分类:问答Integration testing, how can i wrap a REST call which changes databsae in a transaction?
I have code like this: [Fact] public void should_return_at_least_3_users() { Rest.Call(\"http://localhost/admin/users/makeasfree/3\");[详细]
2023-01-09 18:24 分类:问答