hang on, aren't you decorating your object with functionality from common, error,
transferBean?
<cfcomponent>
<!--- include a copy of the common cfc functions here --->
<cfset common = createobject("component","common")>
<cfset error = createobject("component","error")>
<cfset transferBean = createobject("component","transferBean")><!---
this is a cfc used for moving return values between cfc's --->
so if this component was in application scope, the others would be part of the same
memory space?
and if you var'd everything (like people are suggesting - even to the point of <cfset
var qry = queryNew("") />...) and checked for race conditions when working with
instance data within the CFC...
...what else could go wrong?
I ask because I do this all the time and I'd welcome being corrected if I've FooBar'd
anything...
thanx
barry.b
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]