Hi there, shouldn't this line in the createRemoteProxy method
<cfelseif not bfUtils.defaultFactoryExists(bfScope)>
<cfset
bfUtils.setDefaultFactory(bfUtils,variables.beanFactory)/>
</cfif>
be in fact
<cfelseif not bfUtils.defaultFactoryExists(bfScope)>
<cfset
bfUtils.setDefaultFactory(bfScope,variables.beanFactory)/>
</cfif>
--
João Fernandes
www.onflexwithcf.org
www.riapt.org
