Re: GWT 2.6.0 to 2.7.0 leads to compiler error 'java.lang.IncompatibleClassChangeError'

2014-12-06 Thread Stephan Beutel
Thanks for the hint. It was an old ASM version. Now it builds fine. Am Mittwoch, 3. Dezember 2014 09:42:18 UTC+1 schrieb Cristiano: Hi, find out which dependency is including ASM and then try to exclude it in your pom.xml In our project, app-hmi-soaconnector was importing ASM as a

Re: Current state of one .js file per module

2014-12-06 Thread Luis Fernando Planella Gonzalez
Ok, I'll try to use separated servers for code server and server side. Regarding the monolithic .js, in GWT 1.6 it was impossible to debug in both Chrome and Firefox - they both crashed, and I always suspected that the js / sourcemap file were too big. Now with GWT 2.7 I can debug normally in

gwt 2.7.0 does not start in Chrome/39.0.2171.71: runtime user.agent value (unknown)

2014-12-06 Thread d...@vide.bz
Hi, I have created a Hello World project with (gwt 2.7.0, but the same with gwt 2.6.0). I have tried it using google chrome. But the project does not start (with firefox works). The javascript console show the following error: Uncaught

Testing User Interface

2014-12-06 Thread Rubén Díaz Martínez
I'd like to have some automated tests in my current GWT project for the user interface, things like when you click on a TextBox a popup dialog is shown when some options. I've tried using GQuery to check for elements in the RootPanel, but I can only see the elements that I have defined in an

Re: TabLayoutPanel - forcing onResize for unselected tab content

2014-12-06 Thread Magnus
Hi, I think I found the problem. My TabLayoutPanel lives within a SplitLayoutPanel. Whenever I move the splitbars, I also change the size of the TabLayoutPanel. Then, all children are resized, too, These also include the tabs that are not visible, so the chess boards in these tabs are moved

[gwt-contrib] How to get the full StackTrace when using SuperDevMode in GWT 2.7?

2014-12-06 Thread confile
I use GWT 2.7 with super dev mode. When it comes to an exception the stack trace looks like the following: SEVERE: UncaughtExceptioncom.github.nmorel.gwtjackson.client.exception.JsonDeserializationException: Unknown property 'uploadImageId' at Unknown.AHc_g$(Unknown Source) at

Re: [gwt-contrib] SuperDevMode sometimes puts member fields in __proto__ why is that ?

2014-12-06 Thread David
In my case it is a boolean, but not final, the value does change. Is there an optimisation that removes the field when it is false ? On Fri, Dec 5, 2014 at 6:41 PM, 'Roberto Lublinerman' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Yes,I meant (instance) final