Thanks Mark, this may be the issue! :)
I guess ExtJS is more tactful about the way it loads tabs, so there
are no simultaneous requests.
I assume you mean this ColdBox setting?
<Framework type="coldspring" reload="true" objectCaching="true">/
config/coldspring.xml.cfm</Framework>
Should it be this instead?
<Framework type="coldspring" reload="false" objectCaching="true">/
config/coldspring.xml.cfm</Framework>
I have made the change and haven't experienced the error yet. I will
let you know if the circumstance changes.
Funny, I was thinking of posting this to the transfer-dev list :)
On Sep 20, 6:20 pm, Mark Mandel <
mark.man...@gmail.com> wrote:
> Sounds like you are applying Transfer AOP to your Service on every request
> (either that, or on every request you are recreating ColdSpring, which is
> recreating you model).
>
> What are you ColdBox Settings?
>
> Sounds like 2 requests are coming in at the same time, the AOP code is
> firing, and either writing the AOP file before the other one gets there, or
> taking it away before the other one finishes.
>
> Mark
>
> On Mon, Sep 21, 2009 at 10:53 AM, Gavin Baumanis <
b...@palcare.com.au>wrote:
>
>
>
>
>
>
>
> > HI,
>
> > About the only thing "CS" I can think of is to take onboard what was
> > mentioned in a previous thread... and perhaps get some more details
> > out of the error message?
> > Just to ensure that you're not getting a generic response masking what
> > is actually happening.
>
> > Though a file not found error pretty much always means a file is not
> > found!
> > Any chance you have your paths (jQuery) configured incorrectly... I
> > know it's so simple - it seems silly to ask... but it's tripped me up
> > before today.... and I would have sworn it was correct!!
>
> > Also, what versions of software are you using?
>
> > CF / CS / jQuery / Java / etc.
>
> > We're successfully using jQuery and ColdSpring with CF9 and (the built-
> > in) hibernate.
> > We're using tabs and drag/drop - lots of JSON too. So at least froma
> > reassuring point of view - it can and does work.
>
> > Though we're not using an iFrame... so I don't know if there is a
> > peculiar difference jQuery has with playing nicely with iFrames.
> > Oh and we're using Fusebox, not ColdBox.... but really I can't see the
> > controller being the issue here.
>
> > Gavin.
>
> --
> E:
mark.man...@gmail.com