Re: Applet-related question

2015-04-22 Thread Sandro Martini
Hi all, some (just updated and generic) info on Applets and Google Chrome: http://www.java.com/en/download/faq/chrome.xml I hope they will be useful. Bye, Sandro

Re: Applet-related question

2015-04-22 Thread Sandro Martini
Hi Roger, thank you very much for the info, it will be helpful even to others for sure !! Stay well, Sandro

RE: Applet-related question

2015-04-21 Thread Roger Whitcomb
Pivot builds and instead index the .jars from my application (which will have the non-versioned file names). Thanks, ~Roger -Original Message- From: Roger Whitcomb [mailto:roger.whitc...@actian.com] Sent: Monday, April 13, 2015 11:35 AM To: dev@pivot.apache.org Subject: RE: Applet-related

RE: Applet-related question

2015-04-13 Thread Roger Whitcomb
day, April 13, 2015 9:30 AM To: dev@pivot.apache.org Subject: Re: Applet-related question Ciao Roger, after some checks on code base I didn't find anything with hard-coded dependency to wtk-terra (I was almost sure there wasn't) ... so sorry some (obvious) questions: - you already tr

Re: Applet-related question

2015-04-13 Thread Sandro Martini
Ciao Roger, after some checks on code base I didn't find anything with hard-coded dependency to wtk-terra (I was almost sure there wasn't) ... so sorry some (obvious) questions: - you already tried to clean up Java cache (In the Contol panel), right ? - did you tried even with different Browsers ?

Re: Applet-related question

2015-04-11 Thread Sandro Martini
Ciao Roger, so repackaging jars is not enough ? sorry, a quick fix like this was too easy to not try :-) . Yes, the problem could be something related to classloaders but we should't have hardcoded strings ... anyway I can take a look. For 2.1 I'd like to fix issues related to classloaders (impor

Re: Applet-related question

2015-04-11 Thread Roger and Beth Whitcomb
Ciao Sandro, It was the same behavior before I was packing the .jar files, so that's not it. I right now I have renamed them BEFORE signing and packing... It actually loads the "pivot-wtk-terra.jar" file long before this comes up, so it is related (I think) to which classloader is bein

Re: Applet-related question

2015-04-11 Thread Sandro Martini
Hi Roger, it's a strange behavior ... could you try even without deploying then packed version of jars ? Then maybe try to regenerate them but from Pivot renamed jars ? In next days I can try to take a look ... Let's update. Bye Il 10/apr/2015 22:10, "Roger Whitcomb" ha scritto: > Hi all, >

Applet-related question

2015-04-10 Thread Roger Whitcomb
Hi all, Our application has been running very well for about 3 years as a desktop app, and now we're beginning to deploy it as an applet. That also is working very well, except for one very strange thing. We have renamed the Pivot .jar files to eliminate the versi