On 8/14/07, Daniel Schmid <[EMAIL PROTECTED]> wrote: > <cfcomponent name="contactServiceRemote" > > displayname="contactServiceRemote:RemoteProxyBean" > hint="Abstract Base Class for Aop Based Remote Proxy Beans" > output="false"> > > <cfset variables.beanFactoryName = "factory" /> > <cfset variables.beanFactoryScope = "" /> > <cfset setup() />
I have occasionally encountered problems with CFCs called from Flex not executing the pseudo-constructor and this may the same problem. I don't know what causes it but it happened to me / my team at Adobe (Hosted Services) and we had to change our remote proxies (which we wrote by hand) to initialize on demand inside all the remotely called methods. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
