Re: GWT Developer Plugin - Item not found.

2016-08-16 Thread Jens
The plugin isn't supported anymore because Chrome (and other browsers) has removed required NPAPI support. Because of this Google has removed most (if not all) NPAPI plugins from Chrome web store. Use SuperDevMode instead, which does not require a browser plugin. -- J. -- You received this

Re: NoSuchMethodError: com.google.gwt.util.tools.shared.Md5Utils.getMd5Digest

2016-08-16 Thread Jens
I assume the issue is Md5Utils.getMd5Digest(String) which was added with GWT 2.8. Most likely you have a version prior GWT 2.8 on classpath as well. Check your dependency tree and plugin dependencies/configuration. -- J. -- You received this message because you are subscribed to the Google

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-16 Thread Boris Brudnoy
The addition of the morsel about "managed from 3.1.0" pivoted me into looking in the dependencyManagement section of the parent project, and there it was, the declaration I somehow glossed over: javax.servlet javax.servlet-api 3.0.1 provided Removing

NoSuchMethodError: com.google.gwt.util.tools.shared.Md5Utils.getMd5Digest

2016-08-16 Thread xybrek
When trying to run or compile this GWT error is thrown: NoSuchMethodError: com.google.gwt.util.tools.shared.Md5Utils.getMd5Digest Here is the properties file for our GWT app: 4.0.0.Beta2 2.8.0-beta1 1.5.11 UTF-8 1.0.2.Final ${project.artifactId} 8.1.0.Final

GWT Developer Plugin - Item not found.

2016-08-16 Thread Павел Урбан
Hello) I am trying to install GWT Developer Plugin with this form When a click on link, i get this exception What i do wrong? -- You received this message

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-16 Thread Thomas Broyer
"version managed from 3.1.0" means that gwt-user depends on 3.1.0 but your dependency tree somehow "manages" the version to be 3.0.1. This (I believe) means you have 3.0.1 somewhere in your dependencyManagement. -- You received this message because you are subscribed to the Google Groups "GWT

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-16 Thread Boris Brudnoy
Grepcode is telling me that javax.servlet.http.HttpSessionIdListener exists only since javax.servlet-api 3.1, however the dependency:tree command suggests that GWT 2.8 RC2 uses 3.0.1 (I don't undertand the "version managed from 3.1.0"

Re: gwt-rc2: compilation fails

2016-08-16 Thread Vassilis Virvilis
Solved. Wrong Alarm sorry. It couldn't find its resources. My bad... Vassilis On Fri, Aug 12, 2016 at 5:16 PM, Vassilis Virvilis wrote: > Any ideas on this one? > > [java]Computing all possible rebind results for >

Re: Problem with 2.8.0 rc1 SDM

2016-08-16 Thread Alberto Mancini
Unfortunately removing the temporary files does not helps. Today we try to investigate further and eventually we will open an issue. Thanks, A. On Sun, Aug 14, 2016 at 12:52 AM Andrei Korzhevskii wrote: > Reading the stacktrace, I think the problem is in >