Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services

2002-07-24 Thread Allan Nielsen
rom: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]]On Behalf Of Sorin Rojea Sent: Wednesday, July 24, 2002 9:56 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services Jeff, I think you want the equivalent

Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services

2002-07-24 Thread Sorin Rojea
-l.com -Original Message- From: Jeff Kryzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 1:16 PM To: [EMAIL PROTECTED] Subject:Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services Allow me to explain further. Object 1 calls

Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services

2002-07-24 Thread Craig Andera
> P.S. I gather from the archives that I should read Tim Ewald's book > "Transactional COM+". Understood. First, read "Transactional COM+". :) If I said I was a funny bastard, I could be sure of being at least half right. > Normally (in .NET) I can have a class inherit from EnterpriseService

Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services

2002-07-24 Thread Jeff Kryzer
ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services Hey all, Normally (in .NET) I can have a class inherit from EnterpriseServices and I get transaction support. All I have to is mark that class with the [RequiresTransactions] attribute. Then anytime I create that object, i

[ADVANCED-DOTNET] Manually starting a Transaction in Enterprise Services

2002-07-24 Thread Jeff Kryzer
Hey all, Normally (in .NET) I can have a class inherit from EnterpriseServices and I get transaction support. All I have to is mark that class with the [RequiresTransactions] attribute. Then anytime I create that object, it automatically opens a new COM+ transaction. What I want to do is to *m