[gwt-contrib] Upgraded from GWT 2.6 to 2.8 - now Chrome Extension API doesn't work...

2017-04-27 Thread TimOnGmail
Hello all... I'm a developer on a project that uses GWT. We had been using GWT 2.6 for a long time, and finally moved to GWT 2.8 w/Java 1.8. Part of this project is a Chrome extension, where our web app needs to communicate with the extension. This was working fine until we upgraded out

[gwt-contrib] Re: CodeServer is using about 500 threads ?

2017-04-27 Thread Jens
Most likely these are file/directory watcher threads created by Java itself because SDM uses Java's WatchService to detect changes. You can use -Dgwt.watchFileChanges=false to turn it off. GWT will then do a full directory scan to detect changes. -- J. -- You received this message because

[gwt-contrib] CodeServer is using about 500 threads ?

2017-04-27 Thread stuckagain
Just wondering, why does the CodeServer allocate 500 threads on my computer ? Isn't that a bit over the top to host one application that will only server one user once in a while ? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To