It sure looks like that's a bug in the current version.

On 9/10/07, João Fernandes <[EMAIL PROTECTED]> wrote:
>
> 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
>
>

Reply via email to