I set up my first autofacades from ColdSpring today, and wondered why
only application, server, and session were supported scopes for the
bean factory location.  I patched my copy to support request scope
(see below).

cheers,
barneyb

Index: 
C:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/marketing-vendor/coldspring/beans/util/BeanFactoryUtils.cfc
===================================================================
--- 
C:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/marketing-vendor/coldspring/beans/util/BeanFactoryUtils.cfc
        (revision
214)
+++ 
C:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/marketing-vendor/coldspring/beans/util/BeanFactoryUtils.cfc
        (working
copy)
@@ -91,6 +91,9 @@
                        <cfcase value="application">
                                <cfreturn application />
                        </cfcase>
+                       <cfcase value="request">
+                               <cfreturn request />
+                       </cfcase>
                        <cfcase value="session">
                                <cfreturn session />
                        </cfcase>


--
Barney Boisvert
[EMAIL PROTECTED]
http://www.barneyb.com/

Got Gmail? I have 100 invites.
e 100 invites.

Reply via email to