Cannot bind css classes with Java CssResource interface - GWT 2.7.0 - GSS - UiBinder

2014-12-10 Thread Freddy Boucher
Hi, I get an error when I want to bind a UiBinder with *gss* enable with my Java CssResource interface *MyStyle*. Even with *conversionMode* at *lenient* it doesn't work. Is it possible in this state of art? THX !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder

Cannot bind UiBinder with GSS enabled CSS classes with Java CssResource interface - GWT 2.7.0 - Uibinder - GSS

2014-12-10 Thread Freddy Boucher
Hi I get an error when I want to bind my css classes with my *CssResource* interface. Even with *CssResource.conversionMode* at *lenient* it doesn't work. Does't it work in this state of the art with GWT 2.7.0? THX GET /recompile/erp Job com.myerp.web.Dev_1_0 starting job:

Re: Cannot bind css classes with Java CssResource interface - GWT 2.7.0 - GSS - UiBinder

2014-12-12 Thread Freddy Boucher
Thx it works! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit 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 group, send email to

Re: Hibernate Validator Issue

2015-02-19 Thread Freddy Boucher
You need only that: dependency groupIdjavax.validation/groupId artifactIdvalidation-api/artifactId version1.0.0.GA/version /dependency dependency groupIdorg.hibernate/groupId artifactIdhibernate-validator/artifactId version4.1.0.Final/version

Re: Third Party Library for GWT validation

2015-05-20 Thread Freddy Boucher
The way you request your server *doesn't matter*... The *GWT Validation Framework* allows you to test your fields in both *front-end* and *back-end*. As soon as you test your fields, you will get an *error list.* On Tuesday, May 19, 2015 at 4:07:15 PM UTC+10, Mohammed Sameen wrote: Yes

Re: Dear GWT

2016-05-12 Thread Freddy Boucher
> > Actually i have a requirement where we allow user to add/upload UI layouts > at run time , > > Jrebel wont help me as it only works with java , where as GWT client in > sdm is javascript. > tried dynamicUIBinder , it gives the layout at runtime but dont load any > handlers etc. > > So I

Re: Which maven archetype for GWT applications?

2017-02-13 Thread Freddy Boucher
The recommended GWT Archetypes nowadays is one of https://github.com/tbroyer/gwt-maven-archetypes It uses https://github.com/tbroyer/gwt-maven-plugin And why you should use one of them: Splitting your server / shared / client code in different module will make your life easier if you do it at

DateTimeFormat issue

2016-09-18 Thread Freddy Boucher
Hi, Can someone help me to understand why this test fails (I'm using GWT 2.7.0): package com.threatmetrix.ccc.portal.widgets.barchart.client; import com.google.gwt.i18n.client.DateTimeFormat; import com.google.gwt.i18n.client.TimeZone; import com.google.gwtmockito.GwtMockitoTestRunner; import

Re: DateTimeFormat issue

2016-09-19 Thread Freddy Boucher
#/c/14430/ > > which was (coincidentally?) mentioned today here: > > https://groups.google.com/d/msg/google-web-toolkit-contributors/33Zw3nP3q7o/eUSj5-eKEwAJ > > Paul > > On Mon, Sep 19, 2016 at 2:39 AM, Freddy Boucher <freddy@gmail.com > > wrote: > >&

GWT 2.8.1 - Could not find artifact org.codehaus.mojo:gwt-maven-plugin:jar:2.8.1

2017-04-26 Thread Freddy Boucher
Hi, Thanks for the hard work about GWT 2.8.1. Do you plan to release org.codehaus.mojo:gwt-maven-plugin:jar:2.8.1 ? Thanks -- 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

Re: Contributing: eclipse README outdated?

2017-10-11 Thread Freddy Boucher
> > > I think you have no other choice than to use your own email address as the > author (you could use "Stefan Weiss + Freddy Boucher" as the author "name" > though; note that the committer will likely be rewritten eventually, so > that's also the

Re: Contributing: eclipse README outdated?

2017-10-11 Thread Freddy Boucher
ld.xml line 101) > > On Tuesday, October 10, 2017 at 7:50:26 AM UTC+2, Freddy Boucher wrote: >> >> Hi, >> >> I followed the eclipse README >> <https://github.com/gwtproject/gwt/blob/master/eclipse/README.txt> to >> setup a working environme

Re: Contributing: eclipse README outdated?

2017-10-11 Thread Freddy Boucher
I'm working on https://gwt-review.googlesource.com/c/gwt/+/14430 I rebased the original commit and makes some changes. But now when I want to push, I get "*you have no 'forge author' permission"* remote: ERROR: In commit c6a95320212d24d053cb0016b8d82d30f3238b1b remote: ERROR: author email

Contributing: eclipse README outdated?

2017-10-09 Thread Freddy Boucher
Hi, I followed the eclipse README to setup a working environment to contribute but it fails with the following errors: - ArrayHelper cannot be resolved - ArrayHelper cannot be resolved to a variable - Coercions cannot

Re: compilerArgs setProperty multi values - [ERROR] Unable to parse JavaScript

2017-11-29 Thread Freddy Boucher
ider, but because there's no > for that property, it generates invalid JS (granted, it could have failed > instead). > What I don't quite understand is that you're saying (IIUC) it only occurs > with -setProperty and not . > > On Tuesday, November 28, 2017 at 8:57:38 AM UTC+1, Fre

Re: compilerArgs setProperty multi values - [ERROR] Unable to parse JavaScript

2017-11-29 Thread Freddy Boucher
t you could also pass a >> -setProperty for the tests) >> >> >> On Wednesday, November 29, 2017 at 11:25:15 AM UTC+1, Freddy Boucher >> wrote: >>> >>> Hi @Thomas >>> >>> Yes it works perfectly when I declare it in my **.gwt.xml* but no

compilerArgs setProperty multi values - [ERROR] Unable to parse JavaScript

2017-11-27 Thread Freddy Boucher
Hi, On a GWT 2.8.2 Maven project using *tbroyer/gwt-maven-plugin* When I declare: -setProperty compiler.stackMode=native,emulated it fails: [INFO]Compiling 10 permutations [INFO] Compiling permutation 0... [INFO] Compiling permutation 1... [INFO] Compiling

Re: Incremental GWT compiles when running in Google Cloud Platform

2017-11-12 Thread Freddy Boucher
Yes totally possible. I suppose you're using Maven... Take a look at GWT *launcherDir* param. Here a full demo GWT project running on App Engine: https://github.com/freddyboucher/gwt-storage-objectify On Sunday, November 12, 2017 at 7:20:59 PM UTC+11, Craig Mitchell wrote: > > I've just

Announcement: availability of gwt-jackson-objectify extension

2018-01-31 Thread Freddy Boucher
Hi For those using Objectify and GWT (and more precisely objectify-gwt : use your Objectify data models directly in your client-side via GWT RPC). If you wanna migrate to a Rest/JSON API, it's now possible by using resty-gwt

Re: Any recommended free server hosts for GWT apps?

2018-03-03 Thread Freddy Boucher
Google App Engine offers free quota each months. So for an only 5-6 persons traffic, it will fit perfectly. On Sunday, March 4, 2018 at 9:35:37 AM UTC+11, Jens wrote: > > If your app is just client side code, put it on Github pages. If you have > server side code, I would advice you to write

Re: GWT Future plan

2018-11-16 Thread Freddy Boucher
Since you're releasing a new version soon, I will try my luck again: Could you include #19800 Fix date formatting around daylight time transitions in the next release? Thanks And just a general question, why does it takes so long to

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-12 Thread Freddy Boucher
Juste remove provided to fix SDM. -- 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 group, send

Re: Stack trace not showing correct line number

2019-06-18 Thread Freddy Boucher
Line Number is only accurate if you compile with: But it will *double* the size of your compiled JS file!!! With: you will only get the line number of your method declaration (but not the exact line inside the method). I have a demo project where you can play with that:

Re: Oauth2 OpenID Connect

2019-08-13 Thread Freddy Boucher
Hi Paul, I've just published the lib to Maven Central: https://search.maven.org/artifact/io.github.freddyboucher/gwt-oauth2/0.3/gwt-lib Cheers -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: Oauth2 OpenID Connect

2019-08-11 Thread Freddy Boucher
Hi Paul, I've just pushed my changes to *master* branch that include a new *sample* module: https://github.com/freddyboucher/gwt-oauth2 It's automatically deployed at: https://gwt-oauth2.appspot.com/ I'm going to add the new *Apple* OAuth2 Sign-In button in the next days in the sample module

Re: Oauth2 OpenID Connect

2019-08-08 Thread Freddy Boucher
Hi Paul, I cloned *gwt-oauth2* library long time ago and I updated it to support my needs (Google and Facebook Oauth2). It's not published to Maven Central so you have to build it by yourself `mvn clean install` Here the repo: https://github.com/freddyboucher/gwt-oauth2/commits/0.3 Cheers

Re: Oauth2 OpenID Connect

2019-08-09 Thread Freddy Boucher
OK I will add a sample project module tomorrow so it will be easier to see how to use it Le ven. 9 août 2019 à 23:31, Paul French a écrit : > Cheers, I'll use your repo as a starting point. > > On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote: >> >> Hi Paul

Re: Annotations on Java8 default are not available in Generator

2019-10-03 Thread Freddy Boucher
@Thomas As always, your answer is really helpful. Unfortunately that's not the answer I was expected. I guess the effort to migrate *gwt-jackson* to annotation processors is not something trivial and it won't happen soon. Anyway, thanks again. -- You received this message because you are

Annotations on Java8 default are not available in Generator

2019-10-02 Thread Freddy Boucher
Hi, I'm a user of the *gwt-jackson* library and I've just found the following bug: https://github.com/nmorel/gwt-jackson/issues/160 To fix it, I need to get access of the annotations on a *default* Java8 method interface: public static interface InterfaceBean { @JsonIgnore

Re: GWT with Spring Boot

2020-01-19 Thread Freddy Boucher
@Alex How could you not be sure why I'd want to use one of the fundamental > principles of GWT, which is GWT RPC? Either I'm missing something, or you > are! > GWT was a must to have 10 years ago but nowadays all modern projects use REST/JSON API (it makes your APIs really easy to mock/test

Re: GWT with Spring Boot

2020-01-19 Thread Freddy Boucher
@Alex How could you not be sure why I'd want to use one of the fundamental > principles of GWT, which is GWT RPC? Either I'm missing something, or you > are! GWT RPC was a must to have 10 years ago but nowadays all modern projects use REST/JSON API (it makes your APIs really easy to

OutputStreamWriter - The method getBytes(String) in the type EmulatedCharset is not applicable for the arguments (char[], int, int)

2020-04-19 Thread Freddy Boucher
Hi all, I've just created a new GitHub ticket: https://github.com/gwtproject/gwt/issues/9682 But maybe it's better to discuss it here so here is a copy: GWT version: HEAD-SNAPSHOT Hi, since today I get the following compilation error in my Jenkins-like environment (Github Actions): [INFO]

Re: JsInterop - fail to iterate @JsType in List

2020-05-12 Thread Freddy Boucher
Hi @Jens Can be project referring to my package name? But I confirm the log is correct and it's produced by this exact sample package com.project.client; import jsinterop.annotations.JsPackage; import jsinterop.annotations.JsProperty; import jsinterop.annotations.JsType; @JsType(isNative =

Re: JsInterop - fail to iterate @JsType in List

2020-05-12 Thread Freddy Boucher
Thanks @Jens So I added *namespace = JsPackage.GLOBAL* as suggested: package com.project.client; import jsinterop.annotations.JsPackage; import jsinterop.annotations.JsProperty; import jsinterop.annotations.JsType; @JsType(isNative = true, namespace = JsPackage.GLOBAL) public class Car {

Re: JsInterop - fail to iterate @JsType in List

2020-05-12 Thread Freddy Boucher
@Jens Good catch! It does work with the following javascript: function Car() { this.start = function () { return "start"; } } var car = new Car(); But as you guessed, this is just some dummy code, my real javascript is the Microsoft Monaco Editor

Re: JsInterop - fail to iterate @JsType in List

2020-05-13 Thread Freddy Boucher
@Colin Ok so it does work using an *interface*! I just cannot declare a static field *public static Car car* in the interface but introducing a Global class to hold it does the trick! @JsType(isNative = true) public class Global { @JsProperty(namespace = JsPackage.GLOBAL) public static Car

GWT 2.8.2 to 2.9.0 - Possible problem with your *.gwt.xml module file.The compile time user.agent value (safari) does not match the runtime user.agent value (gecko1_8).Expect more errors.

2020-05-18 Thread Freddy Boucher
Hi, So I upgraded our app from GWT 2.8.2 to 2.9.0 and I'm facing an issue with Firefox (it's a GXT 4.0.3 app but I don't think it's relevant in this issue) It throws an Exception: Possible problem with your *.gwt.xml module file.The compile time > user.agent value (safari) does not match the

Re: GWT 2.8.2 to 2.9.0 - Possible problem with your *.gwt.xml module file.The compile time user.agent value (safari) does not match the runtime user.agent value (gecko1_8).Expect more errors.

2020-05-18 Thread Freddy Boucher
and set it back to original value like: I'm going to report this issue to gwt-bean-validators. Freddy On Tuesday, May 19, 2020 at 2:01:08 PM UTC+10, Freddy Boucher wrote: > > Oh I didn't notice it, but my demo app is also broken with *Firefox*: > Try it with *Firefox*: > https:/

JsInterop - fail to iterate @JsType in List

2020-05-12 Thread Freddy Boucher
Hi, So I don't know if it's a known JsInterop issue but here is my problem (PS: I'm running GWT 2.9.0-RC1): So in my home page I have the following code: class Car { start() { return "start"; } } var car = new Car(); I have the following @JsType: import jsinterop.annotations.JsPackage;

Re: JsInterop - fail to iterate @JsType in List

2020-05-12 Thread Freddy Boucher
lated On Tuesday, May 12, 2020 at 5:33:22 PM UTC+10, Freddy Boucher wrote: > > Hi @Jens > > Can be project referring to my package name? > But I confirm the log is correct and it's produced by this exact sample > > package com.project.client; > > import jsinterop.annotat

[gwt-contrib] Re: Bean Validation

2016-08-14 Thread Freddy Boucher
Thanks for your job! I will take a look for sure in the next days! On Monday, August 15, 2016 at 8:29:48 AM UTC+10, ManfredTremmel wrote: > > My vacation is over, three weeks of work on the gwt validation > implementation are done. All problems I've found are fixed, > gwt-bean-validators >

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-19 Thread Freddy Boucher
+1 for https://gwt-review.googlesource.com/#/c/14430/ It's a big one! I opened a GitHub ticket for it: https://github.com/gwtproject/gwt/issues/9427 Thanks On Monday, September 19, 2016 at 7:45:43 PM UTC+10, Jakob Jarosch wrote: > > Hi, > even it is a bit late, but we where a bit surprised

[gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-04 Thread Freddy Boucher
Is there any chance to get DateTimeFormat change formatted date for 1 day included in 2.8.2? The bug has been reported more than 2 years ago and it's a core issue. Which GWT app doesn't use *DateTimeFormat*? Thanks so much -- You received this

[gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-11 Thread Freddy Boucher
I updated the fix for https://github.com/gwtproject/gwt/issues/8259 Can someone review it https://gwt-review.googlesource.com/c/gwt/+/14430 ? Thanks so much -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group

[gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-11 Thread Freddy Boucher
I posted a new rebased version of the fix https://github.com/gwtproject/gwt/issues/8259 The original one is https://gwt-review.googlesource.com/c/gwt/+/14430 And the updated one is https://gwt-review.googlesource.com/c/gwt/+/19720 -- You received this message because you are subscribed to the

[gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-14 Thread Freddy Boucher
Hello, Any chance to include the following patch in 2.9? https://gwt-review.googlesource.com/c/gwt/+/19800 It has been sitting in Gerrit for years and it's a shame that the core GWT code doesn't convert dates correctly in all timezones. Thanks in advance. -- You received this message because

[gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-13 Thread Freddy Boucher
Hi, On our side, an enterprise GWT webapp, 14% of our Users still use IE11 (we already dropped prior IE versions). And unfortunately we still have to support IE11 for some time. Regards -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To

[gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-13 Thread Freddy Boucher
Hi, On our side, an enterprise GWT webapp, 14% of our Users still use IE11 (we already dropped prior IE versions). And unfortunately we still have to support IE11 for some time. Regards -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To

Re: [gwt-contrib] Preliminary testing for GWT 2.10 release

2022-04-25 Thread Freddy Boucher
2.10.0-new-groupid-3 works like a charm (in addition of net.ltgt.gwt.maven/gwt-maven-plugin 1.0.1) Thanks Le dimanche 24 avril 2022 à 21:34:23 UTC+2, juan_pablo_gardella a écrit : > Tried with Maven 3.8.5 and still fails with same issue. Reported at >

Re: [gwt-contrib] Preliminary testing for GWT 2.10 release

2022-04-30 Thread Freddy Boucher
@ManfredTremmel I had a similar issue because my project has some GWTTestCase, I had to add: net.sourceforge.htmlunit htmlunit 2.55.0 Le samedi 30 avril 2022 à 19:47:40 UTC+2, ManfredTremmel a écrit : > I've tried to build my bean