Re: GWT development locked out

2014-04-08 Thread Thomas Broyer
On Monday, April 7, 2014 10:14:31 PM UTC+2, joerg.h...@googlemail.com wrote: > > Hi there, > > with my GWT application I ran into the problem that I can not run/debug > anymore. > > 1. With DevMode I get this: > SLF4J: The requested version 1.6 by your slf4j binding is not compatible > with [1.

Re: GWT development locked out

2014-04-08 Thread joerg.hohwil...@googlemail.com
I went through all my dependencies for a thousand times and checked with mvn dependency:tree and m2e Dependency Hierarchie. Also in Eclipse when I open the Type org.slf4j.Logger[Factory] there is only the one from 1.7.6. However when I debug some other version from an unlocatable source is loade

Re: GWT development locked out

2014-04-07 Thread Jens
For your first problem in DevMode: GWT 2.6 uses Jetty 8 which is compiled against slf4j-api-1.6.x. Also GWT's svn repository, that stores all 3rd party libraries, only contains slf4j-api-1.6.1 and slf4j-log4j12-1.6.1. So I would assume something in your maven project provides a 1.5.x binding.

GWT development locked out

2014-04-07 Thread joerg.hohwil...@googlemail.com
Hi there, with my GWT application I ran into the problem that I can not run/debug anymore. 1. With DevMode I get this: SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. .