Oh shit! Good catch. Luckily this is still a yet undisclosed and not working feature!

Chris

fyi, yes I promise I will write up lots of posts about all the new undisclosed stuff that has made it into ColdSpring, I really will.


On Jul 10, 2007, at 10:03 PM, Brian Kotek wrote:

Chris, I think there is a bug in the RemoteFactoryBean.cfc on line 155. These are passing bfUtils into the setNamedFactory and setDefaultFactory, but it should be passing the bfScope. I think it should be:

<cfif len( variables.beanFactoryName) and not bfUtils.namedFactoryExists(bfScope,variables.beanFactoryName)>
            <cfset bfUtils.setNamedFactory(bfScope,variables.beanFactoryName,variables.beanFactory)/>
        <cfelseif not bfUtils.defaultFactoryExists(bfScope)>
            <cfset bfUtils.setDefaultFactory(bfScope,variables.beanFactory)/>
        </cfif>

Reply via email to