Re: Project moved now compile errors

2023-09-13 Thread eliasbala...@gmail.com
I think you have stumbled upon a known issue. Class "com.smartgwt.client.data.Record" conflicts with "Record" in more recent versions of Java see https://forums.smartclient.com/forum/smart-gwt-technical-q-a/270433-smartgwt-6-1-is-incompatible-with-java17 I hope this has been fixed in later ver

Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2023-01-06 Thread eliasbala...@gmail.com
Many thanks, this is great. I was planning to wait for the official release, but since you are that much satisfied I will give it a try. On Friday, 6 January 2023 at 12:17:28 UTC abhiy...@gmail.com wrote: > Hi All > > You can use the GWT eclipse plugin which is made compatible with latest > ve

Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2023-01-06 Thread eliasbala...@gmail.com
I believe I was using the GWT Eclipse Plugin content from Eclipse Marketplace which does not exist anymore. The alterrnatives http://storage.googleapis.com/gwt-eclipse-plugin/v3/release and http://storage.googleapis.com/gwt-eclipse-plugin/v3/snapshot work only up to Eclipse 2021-09 On Friday,

Re: java.lang.ClassNotFoundException: javax.sql.DataSource when using GWT 2.9.0 + Java 11 combination

2022-12-20 Thread eliasbala...@gmail.com
"GWt Eclipse Plugin", until this is fixed in later versions of GWT. I hope a future version of GWT will make use of a Jetty version supporting a more elegant way to override the "allowedFromSystemClassLoader" variable. On Monday, 19 December 2022 at 15:46:31 UTC eli

Re: java.lang.ClassNotFoundException: javax.sql.DataSource when using GWT 2.9.0 + Java 11 combination

2022-12-19 Thread eliasbala...@gmail.com
Overriding JettyLauncher with "javax.sql." on the "allowedFromSystemClassLoader" variable has worked for me on a variety of projects, using SuperDevMode + GWT 2.9.0 + JDK 11 I hope a future version of GWT will make use of a Jetty version supporting a more elegant way to override the "allowedFr

Re: unable to instal and use gwt-plugin in Eclipse 2022-06 or Eclipse 2022-09

2022-11-15 Thread eliasbala...@gmail.com
I am facing the same problems here, having teams of developers only familiar with the GWT plugin. Unfortunately, the alternative is ratehr tricky. To my understanding it involves use of Maven run configurations within Eclipse respective to the GWT plugin run configurations plus forcing "maven-i

Re: JavaFX for GWT

2022-11-09 Thread eliasbala...@gmail.com
This is quite an interesting approach, I am intrigued. Some remoting capabilities could be useful though. I know a few standalone apps (Swing, SWT, JavaFX etc.) that rely on server communications. Perhaps custom communication layers for various protocols and transports could be added by contrib

Re: Migrating to ltgt gwt-maven-plugin causes compile problem with HibernateValidation

2022-08-24 Thread eliasbala...@gmail.com
This looks like a classpath issue, from which I have suffered in the past but eventually managed to control. I suggest using Maven dependency control to force the correct implementation of the offending classes, particularly if you are running with "GWT Eclipse Plugin" which doesn't respect inh

Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-24 Thread eliasbala...@gmail.com
This seems to be working finally. To my surprise, I repeated the experiment and [GWT Eclipse Plugin] is fully accessible and operational. I am now confused. On Monday, 23 May 2022 at 23:37:41 UTC+1 hprc wrote: > > I also use the GWT Eclipse Plugin. > Currently, the Eclipse side is up to 202103

Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-23 Thread eliasbala...@gmail.com
[GWT Eclipse Plugin] has served us very well. It is quite unfortunate but I fear the time for putting it to rest is approaching, if it hasn't already come. I just don't want to give up yet :-) On Monday, 23 May 2022 at 03:46:42 UTC+1 hprc wrote: > > It's certainly interesting. > However, do yo

Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-22 Thread eliasbala...@gmail.com
Interesting... But you are using STS distribution not the standard, perhaps something is different in the STS distribution compared to the primary Eclipse Foundation's distribution. On Saturday, 14 May 2022 at 19:09:32 UTC+1 foal wrote: > I am on Eclipse 4.22 (STS 4.13.1) and plugin still work

GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-02 Thread eliasbala...@gmail.com
Until Eclipse 2021-03 (4.19) the GWT Eclipse Plugin is still working. Under Eclipse 2022-03, the preferences page, the GWT Development view and the run configurations are not accessible. This is crucial for certain teams relying on GWT Eclipse Plugin for running applications from within the Ecl

Eclipse Plugin WebContent Refresh

2009-07-31 Thread eliasbala...@gmail.com
I am quite successfully using "Google Eclipse Plugin for GWT" with Eclipse J2EE 3.5 (Galileo) release Only issue I have is with automatic refresh of WebContent folder. Under an Eclipse WTP project the default folder for generating web files is "WebContent". default for google plugin in "war". I c