> Sorry Thomas, the firebug console error is not > GET http://localhost:8080/Chiron/js/spagobi/api/script/qx.Class.js > (was trying with a dummy application earlier) > but > GET > http://localhost:8080/MyApplicationName/myJSfolder/custom/api/script/qx.Class.js > > > with response as : > The requested resource > (/MyApplicationName/myJSfolder/custom/api/script/qx.Class.js) is not > available.
Ah, sorry, I didn't spot your other comments on first sight... So it's really all about capitalization of resource names in the online access. > I tried the same with online access but no success. Ok, that gives me some relief that the behaviour is consisten for any kind of online access - that is good. > I got the same error. I have to set some path in a file (mostly > apiviewer-0.js and via config.json) but not able to get that. :-( I don't think that messing with the generated qooxdoo application will get you far. You can of course, just for testing, edit the script/apidata.js and convert all 'fullName' entries to all-lower case, in the hope that the generated URLs will then work. But this is just a vague guess, and a dead end at this. qooxdoo class and file names are aligned and usually work nicely together. The real problem seems to be your web server. Which server are you using? Why does it force all lower-case names when looking for resources on the file system? Is this configurable? T. T. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
