No - it's very weird.
Trying to trace it in Firebug at present - the only clue so far is that there might be a 404 on finding the nocache.js. Can't tell yet if that's a red herring or not though.
Only thing we've changed is updated gxt.jar to beta5, plus mod'd 5 classes - 1 class to use TableListener rather than a RowSelectionModel, and the other classes to comment out the now protected setMonitorResize() - which we maybe didn't need anyhow.
Just reverting back quickly to see if something in the URL resource path has changed and is throwing our web server off ...
Stranger and stranger ...
Under 1.5 with beta4 ... our startup trace on the http server looks like this:
Code:
08-06-13 14:08:49 INFO - VersaTest WebUI service started.
08-06-13 14:08:49 INFO - @@PRODUCT-NAME@@ @@VERSION-NO@@ (c) @@VENDOR@@, @@COPY
RIGHT-RANGE@@
>>Oscar HTTP: handle for name:(path=/)
>>Oscar HTTP: ** looking for: /
>>Oscar HTTP: serving up:/
>>Oscar HTTP: handle for name:(path=/com.ascert.webui.vt.VtWebUi.nocache.js)
>>Oscar HTTP: ** looking for: /com.ascert.webui.vt.VtWebUi.nocache.js
>>Oscar HTTP: serving up:/com.ascert.webui.vt.VtWebUi.nocache.js
>>Oscar HTTP: handle for name:(path=/ED9BE171C0D0004F667ACCDF337A0186.cache.html
)
>>Oscar HTTP: ** looking for: /ED9BE171C0D0004F667ACCDF337A0186.cache.html
>>Oscar HTTP: serving up:/ED9BE171C0D0004F667ACCDF337A0186.cache.html
With beta5 - it seems to get stuck resolving the resource:
Code:
08-06-13 13:59:09 INFO - VersaTest WebUI service started.
08-06-13 13:59:09 INFO - @@PRODUCT-NAME@@ @@VERSION-NO@@ (c) @@VENDOR@@, @@COPY
RIGHT-RANGE@@
>>Oscar HTTP: handle for name:(path=/)
>>Oscar HTTP: ** looking for: /
>>Oscar HTTP: serving up:/
>>Oscar HTTP: handle for name:(path=/com.ascert.webui.vt.VtWebUi.nocache.js)
>>Oscar HTTP: ** looking for: /com.ascert.webui.vt.VtWebUi.nocache.js
>>Oscar HTTP: handle for name:(path=/)
>>Oscar HTTP: ** looking for: /
>>Oscar HTTP: handle for name:(path=/com.ascert.webui.vt.VtWebUi.nocache.js)
>>Oscar HTTP: ** looking for: /com.ascert.webui.vt.VtWebUi.nocache.js
Scratching head a bit - since we changed so little!!