Re: Where can I find the source for GWT-user's javax.servlet.Filter class?

2016-08-03 Thread mohit
There is also a file with same name in servlet-api-2.5-sources.jar, not sure if I must use it and why the source file is missing from the GWT-users.jar (sources). On Thursday, August 4, 2016 at 10:07:29 AM UTC+5:30, mohit wrote: > > I have tried downloading the sources jar for this and find

Where can I find the source for GWT-user's javax.servlet.Filter class?

2016-08-03 Thread mohit
I have tried downloading the sources jar for this and find the source file but it seems missing. Is there some other jar where I must be looking? So, far I've only found https://github.com/gwtproject/gwt/issues/3444 which suggests that the Filter class was deliberately removed from the sources

Re: Using custom servlet for GWT-RPC with GWTTestCase

2016-08-03 Thread Kay Pac
I think my servlet element is working now, but I am having problems with Spring web context initialization, as Olivier was last year. I don't know how to resolve it, it might be necessary to make modifications to GWT in order for it the tests to work properly. On Thursday, July 28, 2016 at

GWT 2.8.0-rc1 issue (GWT 2.8.0-beta1 working)

2016-08-03 Thread Teletin Alin
Hi, I do have a problem since moving to rc1 related to a map object. Using beta1 the code works ok, but with rc1 it yields "this.static$.animals.put is not a function". Example code: @JsNative(isNative = true, namespace="Example.com", name="Person") public class Person{

Re: Dev mode issue after updating to rc1

2016-08-03 Thread Thomas Broyer
Yes, it's needed, or you'll actually have both versions in the classpath. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: 2.8.0 RC1 is here!

2016-08-03 Thread Frank
Hi Jens, Thanks for the quick response. I will try to explain what I needed, and what I did... I needed to have the following loglevels : ERROR and EXCEPTION. I asked this I think in this Google Group when I needed it but the only reply I got was that this was not possible. In the end I

Re: 2.8.0 RC1 is here!

2016-08-03 Thread Jens
> Why is this the case ? > It relies on internal API and because of this it can not be compiled using javac (ConsoleLogger calls Throwable.getBackingJsObject() which does not exist in JRE so you can not javac the file). The super sourced code is still present in

Re: 2.8.0 RC1 is here!

2016-08-03 Thread Frank
Why is javaemul.internal.ConsoleLogger removed from gwt-user.jar. I did some stuff with supercode and creating my own java.util.logging.SimpleConsoleLogHandler to achieve logs being send over a rest service to have serverside logging with a .NET server. In this SimpleConsoleLogHandler I make

Re: Dev mode issue after updating to rc1

2016-08-03 Thread Slava Pankov
If gwt-maven-plugin 2.8beta1 is used with gwt2.8rc1 - does this dependency override needed? Looks like it just works without it. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Dev mode issue after updating to rc1

2016-08-03 Thread zakaria amine
Thanks a lot for your help. It does work using what you described. "gwt:run" still gives the same error though. Le mardi 2 août 2016 21:56:46 UTC+2, zakaria amine a écrit : > > Hi, > > > I tried updating my project here: > https://github.com/gwidgets/gwty-leaflet-starter-guide from

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-08-03 Thread Steve Andrews
I've done some more tests with an anonymous handler and also a dynamically created button in case it was a UiBinder problem. None of the click handlers are working without the exports flag set. I've updated the test code at https://github.com/steveandrews01/JsInteropTest Steve On Tuesday, 2