The cause of the problem is the enabled browser cache.

Building the qooxdoo application deployment I get a couple of
"myProject.<checksum>.js" 
script files depending of my parts.

For example my main part "myProject.900d4fdc2539.js" loads other parts using
"qx.io.PartLoader.require"

called, For example:

PartA - "myProject.e4b10dabf87a.js"
PartB - "myProject.900d4fdc2539.js"

Now changing my source of PartA it is getting an new name
"myProject.95813726098c.js" after building.

Substitution of my webserver content results into the "Error loading part"
using "qx.io.PartLoader.require".

The cause is the main part (in the cache) wants to load a PartA
"myProject.e4b10dabf87a.js" that don't exist anymore.


Cheers

Kora



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/PartLoader-request-sporadically-returns-error-state-tp7584692p7584729.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to