refactoring breaks project

2017-05-02 Thread Magnus
Hi, I am moving code out of a GWT application project into a library project. In the application project's shared folder there is a class like this: package msm.app.bcs.shared.internationalization import com.google.gwt.user.client.rpc.IsSerializable; public class Vocabulary implements IsSerial

Re: Unable to add a new module to the webapp using Eclipse

2017-05-02 Thread HS
No change, same result. On Thursday, April 27, 2017 at 5:11:56 PM UTC+5:30, Sachin Chaudhari wrote: > > I think first try same process with GWT 2.7. then see whats the effect. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: GWT RPC in GWT 3.0+

2017-05-02 Thread gwtarplayer
A bit of a long pause but I was busy... Re: >> ... But RPC in itself is about making compromises on AJAX use ("obscure" payload, asymmetrical payload because they were not meant to be parsed by the same tools and in the same environments, everything sent to the URLs, etc. all of this make it i

Re: java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread Kirill Prazdnikov
Im using 2017.1.2, the latest production build -- 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 google-web-toolkit+unsubscr...@googlegroups.com. To post to this grou

Re: java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread Kirill Prazdnikov
-- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread Kirill Prazdnikov
Hi, I work in IDEA and see this messages too, however it does not stop you opening lists and see its content. IDEA can not stingify an array, but it can open it, just press +. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from th

Re: java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread Jens
Looks definitely like an IntelliJ bug and/or Jetbrains Chrome plugin you need for debugging inside your IDE. -- J. -- 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: java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread Thomas Broyer
If you do not have the same error when using your browser's dev tools instead of IntelliJ IDEA (and I'd bet you wouldn't), then it's an IntelliJ IDEA bug, and I'd encourage you to file a bug at https://youtrack.jetbrains.com/issues/IDEA On Tuesday, May 2, 2017 at 5:02:08 PM UTC+2, bclark wrote:

java.util.Lists in Gwt super dev mode debugger

2017-05-02 Thread bclark
We recently decided to integrate Material Design into our mature GWT application and this has finally forced our hand on moving from Legacy dev Mode to Super dev mode. We have this working fairly well using Chrome and Intellij IDE, 2016.2. One lingering problem though is viewing Java containe