The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Distributed Transactions using WCF

Last post 05-02-2008, 2:31 PM by Mike.Griffin. 1 replies.
Sort Posts: Previous Next
  •  05-02-2008, 11:43 AM 9163

    Distributed Transactions using WCF

    I have a WCF service that needs to participate in a distributed transaction involving 3 separate systems, also using WCF Services across both MS  Sql Server and Oracle .  Other than marking up my service interface with "RequiresTransaction" etc., is there any other considerations from an ES point of view that I need to be concerned with?  Anyone done this yet?

    Ah, just saw the reference to setting the connection using "DataProviderEnterprise".

  •  05-02-2008, 2:31 PM 9164 in reply to 9163

    Re: Distributed Transactions using WCF

    Right, that will ensure than down in the provider we always use the Microsoft TransactionScope() class. However, since the regular "DataProvider" model uses ADO.NET connections they should enlist in any ongoing distributed transactions, so you could probably use it. However, for the record "DataProviderEnterprise" uses the Microsoft TransactionScope class.

    EntitySpaces | Twitter | BLOG | Please honor our Software License
View as RSS news feed in XML