Sean Corfield said the following on 9/12/2007 10:54 AM:
On 9/12/07, Stephen Barton <[EMAIL PROTECTED]> wrote:
<cs:initialize coldspringfactory="servicefactory"
defaultproperties="#application.defaultProperties#">
<cs:bean
beanDefinitionFile="#expandPath('/config/coldspring.xml.cfm')#"
/>
</cs:initialize>
That looks fine.
I would mention, all the other objects in the application seem (yeah I know)
to be working fine.
Yup, that's what I figured which is why I asked (Peter) if your CS XML
file was correct for Lyla...
yea - it looked right. This is what Stephen sent me:
<!-- Lyla Captcha Service -->
<bean id="captchaService" class="cfc.captcha.captchaService"
init-method="setup" singleton="true">
<constructor-arg name="configFile">
<value>config/captcha.xml.cfm</value>
</constructor-arg>
</bean>
Since it use an LRU cache - I'm thinking the application is getting
reloaded on each request.
.Peter