Im not positive but I think these have to be called on each request
since you are putting the transfer object into the rc scope.
Its pulling the transfer object from the coldbox cache so it shouldnt
be creating any performance hits.
Now the observer calls could probably be moved into the onAppInit
method now that Im thinking about it. But Im pretty sure that the
first call has to be in the request start.
- Russ
I will commit this to SVN shortly.
Thanks for the catch...
On Sep 24, 2008, at 1:37 AM, Sana wrote: