Fixed in RedSky. (And yes, I know it's under NDA, but again, I was given permission to mention certain CFC bug fixes at the last two conferences. Thanks MACR. :)
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Dave Carabetta [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2003 9:29 AM > To: CF-Talk > Subject: Re: Nesting CFC's in a transaction block > > > >Is it possible to do the following: > > > ><CFTRANSACTION . > > > <CFINVOKE component="x" method="updateX" .> > > <CFINVOKE component="y" method="updateY" .> > ></CFTRANSACTION> > > > > That is correct. Currently, you're approach will not work, as > the CFCs are > not transaction-aware in this case. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

