Sean (et al),

I really appreciate your help with this. The <cs:initialize /> statement I
am using is this:

<cs:initialize coldspringfactory="servicefactory"
defaultproperties="#application.defaultProperties#">
  <cs:bean beanDefinitionFile="#expandPath('/config/coldspring.xml.cfm')#"
/>
</cs:initialize>
I would mention, all the other objects in the application seem (yeah I know)
to be working fine.

Thanks,
Stephen


On 12/09/2007, Sean Corfield <[EMAIL PROTECTED]> wrote:
>
> On 9/11/07, Peter J. Farrell <[EMAIL PROTECTED]> wrote:
> > > 2. Can you think of something I am not doing right?
> > Could be the Fusebox lexicons?  Can you work around them.
>
> No. The lexicon simply generates:
>
> <cfset application.captchaService =
> X.servicefactory.getBean("captchaService") />
>
> (where X is the scope in which the ColdSpring bean factory was created).
>
> Stephen didn't show the <cs:initialize /> statement that initializes
> the servicefactory tho'...
>
> Is Stephen's bean definition correct?
> --
> 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
>
>

Reply via email to