Eclipse + Gradle plugin, Eclipse is showing Use default SDK ...

2015-06-08 Thread Michael Joyner
When using Eclipse + Gradle I noticed that GWT version is set to Use default SDK ... When using Eclipse + Maven the SDK is set to use the version downloaded into the local maven repo. It is my understanding that the Maven configuration is automatic in Eclipse based on source path and an

Re: Eclipse + Gradle plugin, Eclipse is showing Use default SDK ... (sample Gradle file)

2015-06-08 Thread Michael Joyner
On 06/08/2015 03:22 PM, Michael Joyner wrote: When using Eclipse + Gradle I noticed that GWT version is set to Use default SDK ... Here is my current build.gradle file: apply plugin: 'java' apply plugin: 'gwt' apply plugin: 'war' apply from:

[gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-08 Thread Chris DiGiano
I'm having trouble referencing a JsType interface when running under superdevmode. I'm trying to pass the JsType as a class reference to a method that uses the class to coerce the results into the expected type: myelement.getCustomStampedElement(dialog, PolymerDialog.class).open();

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-08 Thread 'Ray Cromwell' via GWT Contributors
Ooops, wrong pointer (for external users) This one https://gwt-review.googlesource.com/#/c/12311/ On Mon, Jun 8, 2015 at 3:14 PM, Ray Cromwell cromwell...@google.com wrote: Try rolling back this CL and see if it fixes it (

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-08 Thread 'Ray Cromwell' via GWT Contributors
Try rolling back this CL and see if it fixes it ( https://critique.corp.google.com/#review/92873682/depot/google3/third_party/java_src/gwt/svn/trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java ) On Mon, Jun 8, 2015 at 3:04 PM, Chris DiGiano d...@google.com wrote: I'm

GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-08 Thread Anton Mityagin
As all you know RequestFactory does not support optimistic locking. see details https://code.google.com/p/google-web-toolkit/issues/detail?id=6046 I tried to implement it для RequestFactory + Spring + JPA + Hibernate I took as a basis the idea proposed by Thomas

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-08 Thread 'Roberto Lublinerman' via GWT Contributors
This might be due to the way we handle class literals. Class literals for interfaces if not referenced during the initial compile might cause that error. The error should go aways if you restart SDM. The offending sequence is 0) Suppose initially you have (interface A, class B and class C) and

Re: Change DatePicker language

2015-06-08 Thread Aravindhan Annamalai
Hi Nicanor, I am trying to internationalize the DatePicker. I am not using DatePicker directly but DateBox widget. Is there any way to specify the locale in order to change the display of DatePicker? I understand that the supported locales has to be entered in myapp.gwt.xml

Re: JSInterop sample / tutorial?

2015-06-08 Thread Cristian Rinaldi
Estimated I have the outdated projects these days will change the versions and write a tutorial. El martes, 27 de enero de 2015, 18:30:55 (UTC-3), marian lux escribió: Is there a working JSInterop sample (e.g. project on github) online or an article how to get started? It is part of the