...using the stable zip
... as far as the first question. Not sure Im experienced enough with the
terminology to fully understand the question. I have pasted the config
section from one of my sets of cfc's below as well as the code used to call
it... hopefully that will help, if not, let me know and I will try to
explain it a bit further...
<bean id="ContentDAO" class="play.com.content.ContentDAO">
<constructor-arg name="dsn"><value>${dsn}</value></constructor-arg>
</bean>
<bean id="ContentGateway" class="play.com.content.ContentGateway">
<constructor-arg name="dsn"><value>${dsn}</value></constructor-arg>
</bean>
<bean id="ContentService" class="play.com.content.ContentService">
<constructor-arg name="dsn">
<value>${dsn}</value>
</constructor-arg>
<constructor-arg name="ContentDAO">
<ref bean="ContentDAO"/>
</constructor-arg>
<constructor-arg name="ContentGateway">
<ref bean="ContentGateway"/>
</constructor-arg>
</bean>
and I use the FB lexicons to call the service object only and execute one of
the methods in the service object which in turns calls either the DAO or
Gateway object.
I can supply more code if need be...
And Im not sure why gmail is double posting me... aggravating!
Thanks again,
Russ
On 4/25/07, Peter J. Farrell <[EMAIL PROTECTED]> wrote:
Russ Johnson said the following on 4/25/2007 4:51 PM:
I have been dealing with this on a new application Im developing.. We just
started user testing and it happens every once in a while.. it may go a few
days without it then all of the sudden Bam, it throws the error.
My site is using Fusebox5 and Coldspring and I call my beans using the
Lexicons only in the controller circuit.xml.cfm files.
I for the life of me cant figure out whats causing it. My boss is starting
to get annoyed because I really pushed to use Coldspring for this project
and its biting me in the rear end. I have used this same setup of FB5 and
Coldspring on several apps before and have never seen this problem.
<http://wwww.angry-fly.com>
A few questions...
- Are you using ColdSpring to create transient objects like beans (opposed
to stateful things like service)?
- Are you using the BER from the CVS repository or the stable ZIP?
.Peter
--
Russ Johnson
[EMAIL PROTECTED]
http://wwww.angry-fly.com