Philippe Nobili wrote: > Hussein Shafie wrote: >>> Thank you for your help, since we run out of ideas at this point. >>> >> >> If you follow the instructions found in >> http://www.xmlmind.com/xmleditor/_distrib/doc/configure/deploy_webstart.html, >> deploying XXE v4.5 using deploywebstart works just fine. (I did just >> that yesterday.) >> >> Now I suspect that you have written a script which copies some add-ons >> to XXE_install_dir/addon/ and and then invokes deploywebstart (or may be >> you have implemented your own ``deploy web start'' script). >> >> If this is the case, please update this script in order to adapt it to >> XXE v4.5. >> > Thank you for these information. We did not do anything of this sort. > Our deployment procedure is fairly simple; > > 0) Launch the new release of XXE under a specific (say administrator) > login; in this context, all addons are saved under XXE distribution. > > 1) Download all needed addons from XXE GUI, download our own addons > (customization layers) > 2) Quit > 3) Launch the configured version of XXE from command line, check that > everything is OK > 4) Go into bin directory and run deploywebstart to prepare XXE for Java > Web Start deployement > > That's it; we did not modify anything to the distribution of XXE, nor > did we write specific deployment scripts. But we do as you suggest and > look at the deployement procedure for XXE 4.5.0, maybe we missed something. >
--> OK, I now understand that you did it by the book. I've tried to reproduce the problem by (using Java 1.6.0_16 on my Linux box): [1] Installing a fresh XXE v4.5 Pro. [2] Use Options|Preferences, "Install Add-ons" section and select "Install add-ons in XXE installation directory" (in order to deploy *all* installed add-ons using Java Web Start). (While at it, please click the "Reset" button to make sure that you are pointing to the right add-on server.) [3] Use "Options|Install Add-ons" and select and install almost all the available add-ons. [4] Run ./deploywebstart -index. [5] Start XXE using the index.html page displayed in the Web browser. As expected, everything works fine. --> The only idea I have is that's a Java Web Start cache problem (because ant*.jar and dost.jar are really absent, as of v4.5). Please try again after clearing this cache. On Linux, I did that by starting: javaws -viewer & and then by selecting all the appications listed there and finally by clicking the X (Remove selected items) button. --> Or is it a Web browser cache problem? Just to make sure, please also clear the cache of your Web browser.

