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

2023-01-06 Thread Abhishek Yadav
Hi All

You can use the GWT eclipse plugin which is made compatible with latest 
version of eclipse 4.26(2022-12) by someone from the GWT community. I am 
providing the link below.

*http://keeitsi.com/software/eclipse-plugins/ 
*
I am using this plugin and it works perfectly fine on the latest version of 
eclipse.

On Friday, January 6, 2023 at 5:30:49 PM UTC+5:30 eliasbala...@gmail.com 
wrote:

> 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, 24 June 2022 at 16:13:44 UTC+1 mtil...@gmail.com wrote:
>
>> Any clue about how you got it to work? It still don't work for me on 
>> 2022-03. It installs but does not really add anything. On 2022-06 it 
>> refuses to install.
>>
>>
>> On Tuesday, 24 May 2022 at 09:08:45 UTC+2 eliasb...@gmail.com wrote:
>>
>>> 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, and seems to be up to 
 JDK1.8.

 The official documentation still only describes this plugin, so I'd 
 like you to add a method with the Moven plugin as soon as possible.
 (Preferably with illustrations)
 2022年5月24日火曜日 6:57:01 UTC+9 eliasb...@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 you recognize that the development of [GWT Eclipse 
>> Plugin] will not be continued anymore?
>> 2022年5月22日日曜日 18:16:34 UTC+9 eliasb...@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 works (
 https://github.com/gwt-plugins/gwt-eclipse-plugin) 

 On Wednesday, May 4, 2022 at 12:56:47 AM UTC+2 Craig Mitchell wrote:

> I'm on Eclipse 2021-09 (4.21.0) and it works fine.
>
> However, after this version, the Google plugin stops working  
> https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3659
>   
> so I haven't tried later versions.
>
> On Monday, 2 May 2022 at 11:17:23 pm UTC+10 eliasb...@gmail.com 
> wrote:
>
>> 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 Eclipse IDE and locks users 
>> to 
>> Eclipse 2021-03 permanently, unless this can be fixed.
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/88d8aaad-4ade-4c70-8435-6911f9a20222n%40googlegroups.com.


Add containers in NorthEast, NorthWest and Center section of BorderLayoutContainer

2022-09-15 Thread Abhishek Yadav
Hi,

Anybody has an idea about how to add containers in the northeast , 
northwest and center section in north part of the BorderLayoutContainer.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/0f3f89e3-b419-4318-8151-5494d8f44f99n%40googlegroups.com.


Serialization error due to different folder structure on local and server machine

2022-09-09 Thread Abhishek Yadav
I am getting following error in my server tomcat logs:-

*ERROR: The serialization policy file 
'/nos/js/4937711D6147993DCFE47FF203A0FEDC.gwt.rpc' was not found; did you 
forget to include it in this deployment?*
 
On my local machine the above path is present and tomcat is able to locate 
it and hence I don't get this error. All the folders are present inside nos 
folder.

But on server, all the folders are present inside ROOT and nos folder is 
not present and hence server tomcat is not able to identify this path

I am providing folder structure on my local machine and server below :-



*Windows folder structure   Directory: 
C:\Users\abc\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\nos*

Mode LastWriteTime Length Name
 - -- 
d-06-09-2022  09:07 PMclasses
d-06-09-2022  09:09 PMcom.xyz.nos.Common
d-06-09-2022  09:07 PMgxt
d-06-09-2022  09:10 PMjs
d-06-09-2022  09:07 PMmaven-status
d-07-09-2022  05:04 PMMETA-INF
d-06-09-2022  09:07 PMWEB-INF

*Linux server folder structure*
*Directory*

*[x_qa@webapp-nos-69d5d4865-mzkxz ROOT]$ pwd/opt/tomcat/webapps/ROOT*

[x_qa@webapp-nos-69d5d4865-mzkxz webapps]$ cd ROOT
[x_qa@webapp-nos-69d5d4865-mzkxz ROOT]$ ls -lrt
total 36
drwxr-xr-x 4 root root 4096 Jan  1  1970 nos-10.0.8-SNAPSHOT
drwxr-xr-x 3 root root 4096 Jan  1  1970 maven-status
drwxr-xr-x 7 root root 4096 Jan  1  1970 js
-rw-r--r-- 1 root root  182 Jan  1  1970 index.html
drwxr-xr-x 8 root root 4096 Jan  1  1970 gxt
drwxr-xr-x 2 root root 4096 Jan  1  1970 gwt-unitCache
drwxr-xr-x 3 root root 4096 Jan  1  1970 classes
drwxr-xr-x 1 root root 4096 Jan  1  1970 WEB-INF
drwxr-xr-x 3 root root 4096 Jan  1  1970 META-INF

Can anyone suggest how can I make consistent folder structure between 
server and local machine by keeping both of these folders in sync ?

Let me know if my understand is incorrect ?




 
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/586fe648-c729-4691-9f16-b2429e4c765bn%40googlegroups.com.


Re: GWT RPC Serialization Error

2022-07-25 Thread Abhishek Yadav
Thanks Jens for pointing out the issue. It is working now.

On Saturday, July 23, 2022 at 2:53:30 AM UTC+5:30 Jens wrote:

> Your interface has a type parameter with no upper bound so it is 
> effectively Object. Thus GWT does not know which classes to scan because it 
> will not scan every subclass of Object. Either give your type parameter an 
> upper bound using a common interface or create a dummy method in your 
> service interface that returns a dummy class which references all your 
> classes you want to use in your load method. 
>
> abhiy...@gmail.com schrieb am Freitag, 22. Juli 2022 um 15:43:24 UTC+2:
>
>> I am using GWT 2.9 and I am getting below error
>>
>> SEVERE: Exception while dispatching incoming RPC call
>> com.google.gwt.user.client.rpc.SerializationException: Type 
>> 'com.xyz.nos.model.NosOptionModel' was not included in the set of types 
>> which can be serialized by this SerializationPolicy or its Class object 
>> could not be loaded. For security purposes, this type will not be 
>> serialized.: instance = com.xyz.nos.model.NosOptionModel@6cad8f33
>>
>> SEVERE: Exception while dispatching incoming RPC call
>> com.google.gwt.user.client.rpc.SerializationException: Type 
>> 'com.xyz.nos.model.NosOptionModel' was not included in the set of types 
>> which can be serialized by this SerializationPolicy or its Class object 
>> could not be loaded. For security purposes, this type will not be 
>> serialized.: instance = com.xyz.nos.model.NosOptionModel@5fc5e111
>>
>> SEVERE: Exception while dispatching incoming RPC call
>> com.google.gwt.user.client.rpc.SerializationException: Type 
>> 'com.xyz.nos.model.NosCaseDetailModel' was not included in the set of types 
>> which can be serialized by this SerializationPolicy or its Class object 
>> could not be loaded. For security purposes, this type will not be 
>> serialized.: instance = com.xyz.nos.model.NosCaseDetailModel@af3642f
>>
>> SEVERE: Exception while dispatching incoming RPC call
>> com.google.gwt.user.client.rpc.SerializationException: Type 
>> 'com.xyz.nos.model.CountryGroupModel' was not included in the set of types 
>> which can be serialized by this SerializationPolicy or its Class object 
>> could not be loaded. For security purposes, this type will not be 
>> serialized.: instance = com.xyz.nos.model.CountryGroupModel@51987007
>>
>> SEVERE: Exception while dispatching incoming RPC call
>> com.google.gwt.user.client.rpc.SerializationException: Type 
>> 'com.xyz.nos.model.NosUser' was not included in the set of types which can 
>> be serialized by this SerializationPolicy or its Class object could not be 
>> loaded. For security purposes, this type will not be serialized.: instance 
>> = com.xyz.nos.model.NosUser@28bbfa7f
>>
>> I am doing GWT RPC for populating liststore of combobox and getting above 
>> exception while performing it from EntryPoint class. All the above classes 
>> are Pojo's and all the fields of these classes are Serializable
>>
>> I have tried all possible solutions given in java - GWT - RPC 
>> SerializationException - Stack Overflow 
>> 
>>
>> I have defined my service as below 
>> public interface INamedComboListDataProvider extends RemoteService {
>> public List load(String name);
>> }
>>
>> I also have checked my *serializationWhitelist *and it only contain 
>> following 25 classes
>> {class com.google.gwt.user.client.ui.TreeListenerCollection=true, class 
>> java.lang.String=true, class 
>> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException=true, 
>> class com.google.gwt.user.client.ui.FocusListenerCollection=true, class 
>> com.google.gwt.user.client.rpc.RpcTokenException=true, class 
>> java.util.LinkedList=true, class java.lang.RuntimeException=false, class 
>> com.google.gwt.user.client.ui.LoadListenerCollection=true, class 
>> com.google.gwt.user.client.ui.ClickListenerCollection=true, class 
>> com.google.gwt.user.client.ui.FormHandlerCollection=true, class 
>> java.lang.Throwable=false, class 
>> com.google.gwt.user.client.ui.KeyboardListenerCollection=true, class 
>> com.google.gwt.user.client.ui.MouseListenerCollection=true, class 
>> com.google.gwt.user.client.ui.TabListenerCollection=true, class 
>> java.util.Vector=true, class 
>> com.google.gwt.user.client.ui.ChangeListenerCollection=true, class 
>> com.google.gwt.user.client.ui.ScrollListenerCollection=true, class 
>> com.google.gwt.user.client.ui.PopupListenerCollection=true, class 
>> com.google.gwt.user.client.ui.MouseWheelListenerCollection=true, class 
>> java.util.Arrays$ArrayList=true, class java.lang.Exception=false, class 
>> java.util.ArrayList=true, class java.util.Collections$EmptyList=true, class 
>> java.util.Collections$SingletonList=true, class 
>> com.google.gwt.user.client.ui.TableListenerCollection=true}
>>
>> I also have added project folder structure in attachment.
>> Can anybody guide me where I am going wrong 

GWT RPC Serialization Error

2022-07-22 Thread Abhishek Yadav
I am using GWT 2.9 and I am getting below error

SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException: Type 
'com.xyz.nos.model.NosOptionModel' was not included in the set of types 
which can be serialized by this SerializationPolicy or its Class object 
could not be loaded. For security purposes, this type will not be 
serialized.: instance = com.xyz.nos.model.NosOptionModel@6cad8f33

SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException: Type 
'com.xyz.nos.model.NosOptionModel' was not included in the set of types 
which can be serialized by this SerializationPolicy or its Class object 
could not be loaded. For security purposes, this type will not be 
serialized.: instance = com.xyz.nos.model.NosOptionModel@5fc5e111

SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException: Type 
'com.xyz.nos.model.NosCaseDetailModel' was not included in the set of types 
which can be serialized by this SerializationPolicy or its Class object 
could not be loaded. For security purposes, this type will not be 
serialized.: instance = com.xyz.nos.model.NosCaseDetailModel@af3642f

SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException: Type 
'com.xyz.nos.model.CountryGroupModel' was not included in the set of types 
which can be serialized by this SerializationPolicy or its Class object 
could not be loaded. For security purposes, this type will not be 
serialized.: instance = com.xyz.nos.model.CountryGroupModel@51987007

SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException: Type 
'com.xyz.nos.model.NosUser' was not included in the set of types which can 
be serialized by this SerializationPolicy or its Class object could not be 
loaded. For security purposes, this type will not be serialized.: instance 
= com.xyz.nos.model.NosUser@28bbfa7f

I am doing GWT RPC for populating liststore of combobox and getting above 
exception while performing it from EntryPoint class. All the above classes 
are Pojo's and all the fields of these classes are Serializable

I have tried all possible solutions given in java - GWT - RPC 
SerializationException - Stack Overflow 


I have defined my service as below 
public interface INamedComboListDataProvider extends RemoteService {
public List load(String name);
}

I also have checked my *serializationWhitelist *and it only contain 
following 25 classes
{class com.google.gwt.user.client.ui.TreeListenerCollection=true, class 
java.lang.String=true, class 
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException=true, 
class com.google.gwt.user.client.ui.FocusListenerCollection=true, class 
com.google.gwt.user.client.rpc.RpcTokenException=true, class 
java.util.LinkedList=true, class java.lang.RuntimeException=false, class 
com.google.gwt.user.client.ui.LoadListenerCollection=true, class 
com.google.gwt.user.client.ui.ClickListenerCollection=true, class 
com.google.gwt.user.client.ui.FormHandlerCollection=true, class 
java.lang.Throwable=false, class 
com.google.gwt.user.client.ui.KeyboardListenerCollection=true, class 
com.google.gwt.user.client.ui.MouseListenerCollection=true, class 
com.google.gwt.user.client.ui.TabListenerCollection=true, class 
java.util.Vector=true, class 
com.google.gwt.user.client.ui.ChangeListenerCollection=true, class 
com.google.gwt.user.client.ui.ScrollListenerCollection=true, class 
com.google.gwt.user.client.ui.PopupListenerCollection=true, class 
com.google.gwt.user.client.ui.MouseWheelListenerCollection=true, class 
java.util.Arrays$ArrayList=true, class java.lang.Exception=false, class 
java.util.ArrayList=true, class java.util.Collections$EmptyList=true, class 
java.util.Collections$SingletonList=true, class 
com.google.gwt.user.client.ui.TableListenerCollection=true}

I also have added project folder structure in attachment.
Can anybody guide me where I am going wrong and why does the 
serializationwhilteList does not contain the pojo models ?


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/4714130a-cc2e-4936-8d42-f0067b6caeb4n%40googlegroups.com.


Re: [WARN] 404 - GET //10.14.0.224:8888/sampleapp/sampleapp.nocache.js

2022-07-22 Thread Abhishek Yadav

Thanks Frank & Craig Mitchell.  It is working now.
On Wednesday, July 20, 2022 at 10:33:59 AM UTC+5:30 
ma...@craig-mitchell.com wrote:

> I thought you had to put a "-bindAddress 0.0.0.0" to get access to your 
> actual IP address.
>
> Have you tried accessing it from http://127.0.0.1:/ ?
>
> On Wednesday, 20 July 2022 at 12:32:02 am UTC+10 frank.h...@googlemail.com 
> wrote:
>
>> Inside your module descriptor, is the rename-to attribute of the module 
>> tag also "sampleapp"?
>>
>> abhiy...@gmail.com schrieb am Montag, 18. Juli 2022 um 19:18:00 UTC+2:
>>
>>> Hello Everyone,
>>>
>>> I am getting below error when trying to start application through GWT 
>>> plugin in eclipse. I am using GWT 2.9.0. I have renamed my module to 
>>> *sampleapp 
>>> *and in the html file I have used the below script in html file
>>> * *
>>>
>>> 07:18 20:56:17 |  INFO | [main] | 
>>> org.eclipse.jetty.server.handler.ContextHandler:doStart(824) | Started 
>>> c.g.g.d.s.j.WebAppContextWithReload@238d3e2d{}
>>> 07:18 20:56:18 |  INFO | [main] | 
>>> org.eclipse.jetty.server.AbstractConnector:doStart(330) | Started 
>>> ServerConnector@6e4484d6{HTTP/1.1,[http/1.1]}{0.0.0.0:}
>>> 07:18 20:56:18 |  INFO | [main] | 
>>> org.eclipse.jetty.server.Server:doStart(399) | Started @32366ms
>>> *[WARN] 404 - GET //10.14.0.224:/ * 
>>> *sampleapp**/**sampleapp**.nocache.js (10.14.0.224)*
>>>Request headers
>>>   Host: 10.14.0.224:
>>>   Connection: keep-alive
>>>   User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 
>>> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
>>>   Accept: */*
>>>   Referer: http://10.14.0.224:/sampleapp.html
>>>   Accept-Encoding: gzip, deflate
>>>   Accept-Language: en-US,en;q=0.9
>>>Response headers
>>>   Cache-Control: must-revalidate,no-cache,no-store
>>>   Content-Type: text/html;charset=iso-8859-1
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/bccecf3d-ed27-4a1a-879a-02aa96a3a823n%40googlegroups.com.


[WARN] 404 - GET //10.14.0.224:8888/sampleapp/sampleapp.nocache.js

2022-07-18 Thread Abhishek Yadav
Hello Everyone,

I am getting below error when trying to start application through GWT 
plugin in eclipse. I am using GWT 2.9.0. I have renamed my module to *sampleapp 
*and in the html file I have used the below script in html file
* *

07:18 20:56:17 |  INFO | [main] | 
org.eclipse.jetty.server.handler.ContextHandler:doStart(824) | Started 
c.g.g.d.s.j.WebAppContextWithReload@238d3e2d{}
07:18 20:56:18 |  INFO | [main] | 
org.eclipse.jetty.server.AbstractConnector:doStart(330) | Started 
ServerConnector@6e4484d6{HTTP/1.1,[http/1.1]}{0.0.0.0:}
07:18 20:56:18 |  INFO | [main] | 
org.eclipse.jetty.server.Server:doStart(399) | Started @32366ms
*[WARN] 404 - GET //10.14.0.224:/* *sampleapp**/**sampleapp**.nocache.js 
(10.14.0.224)*
   Request headers
  Host: 10.14.0.224:
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
  Accept: */*
  Referer: http://10.14.0.224:/sampleapp.html
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,en;q=0.9
   Response headers
  Cache-Control: must-revalidate,no-cache,no-store
  Content-Type: text/html;charset=iso-8859-1

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/1d6eae9f-3bda-464f-8e85-bd8c6700436cn%40googlegroups.com.


Re: GWT 2.10.0 release

2022-07-15 Thread Abhishek Yadav
Hi Priya,

GWT 2.10 has dropped support for  IE 8, 9, and 10. So it will not work 
unless you modify the Sencha GXT 2.3.1.a.jar

On Thursday, July 14, 2022 at 5:24:08 PM UTC+5:30 priyako...@gmail.com 
wrote:

> Hello All,
> Good to see that new version of GWT coming with new features!!!
> Is the new 2.10.0 GWT version compatible with Sencha GXT 2.3.1.a ? 
> Will appreciate an early reply! 
>
> On Sat, Jul 2, 2022 at 1:40 AM Mihail Krastev  wrote:
>
>> Really good job, thanks to everyone involved!
>>
>> On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:
>>
>>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>>> release using our new groupId, org.gwtproject, and the final release using 
>>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>>> certain that your project is using com.google.gwt:gwt (or 
>>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>>> versions of gwt-user and gwt-dev, even across groupIds.
>>>
>>> For this release, either groupId will work, but future releases will 
>>> only be made on the org.gwtproject groupId.
>>>
>>> The zip download of the GWT SDK is available at 
>>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>>
>>> --
>>>
>>> Release notes for GWT 2.10.0, taken from 
>>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>>
>>> Highlights 
>>>
>>>- 
>>>
>>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
>>>HtmlUnit build comes support for Promise in unit tests, and the browser 
>>>strings that can be specified when running tests are “FF”, “Chrome”, 
>>> “IE” 
>>>(for IE11), “Edge”, and “Safari”.
>>>- 
>>>
>>>Tested support for running on Java 17, dropped remaining support for 
>>>running on Java 7.
>>>- 
>>>
>>>Maven groupId is formally changed to org.gwtproject, projects should 
>>>take care to make sure they are using either the old 
>>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
>>>that Maven or Gradle correctly handle this change. This will be the last 
>>>published version using the com.google.gwt groupId.
>>>- 
>>>
>>>Dropped support for IE 8, 9, and 10.
>>>
>>> Bug fixes 
>>>
>>>- Correct Long.hashCode semantics
>>>- Support CLASSPATH environment variable when creating child 
>>>processes, fixing a bug where Windows could fail with a long list of 
>>>arguments.
>>>- Use Function.name instead of displayName to support visible method 
>>>names in Chrome 93+.
>>>- Allow stack traces to be available in Chrome when loading scripts 
>>>from a remote origin.
>>>
>>> JRE Emulation 
>>>
>>>- Added OutputStreamWriter emulation.
>>>- Support StringReader mark() and reset() methods.
>>>- Added StrictMath emulation.
>>>- Added BufferedWriter emulation.
>>>- Added incomplete PrintStream emulation.
>>>- Add Charset.defaultCharset() emulation.
>>>- Improve BigInteger emulated performance.
>>>- System.nanoTime() emulation with performance.now().
>>>- Added Optional.isEmpty emulation.
>>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>>WASM support. Note that these do not always offer specific improvements 
>>> to 
>>>GWT itself, but helps to keep the codebases consistent.
>>>
>>> Miscellaneous 
>>>
>>>- Add support to compile GWT itself in Java 9+.
>>>- Improve compiled code size for applications that never use 
>>>streams, by avoiding referencing streams from Throwable.
>>>
>>> For more detail, see the commit log 
>>> .
>>>
>> -- 
>> 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-tool...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Life is Beautiful..
> Keep Smiling
> Priya..
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/562f6627-1808-4e96-a762-996d0236ac59n%40googlegroups.com.


Re: Your src appears not to live underneath a subpackage called 'client',but you'll need to use the directive in your module to make it accessible

2022-07-04 Thread Abhishek Yadav
Hi Jen & Thomas,

I was able to resolve that issue but now I am stuck at a different issue.

Now my project structure related to webapp is below as folllows:

MavenProjectName

src/main/webapp
  gxt -> Some folder and files 
  js  -> Some folder and files '
 index.html
 proj.css
src/main/webapp/WEB-INF
 web.xml   -> Some servlets, their mappings and index.html 
in welcome-file-list tag

Scenario 1)
Now If I start codeserver then from the GWT eclipse plugin then it does not 
allows me to use  -noServer flag and it gives me a url *http://127.0.0.1:9876/ 
*after starting super dev mode 
and then displays message*:* *Visit a web page that uses one of these 
modules*
After selecting one of the link it displays a empty page on the browser and 
in the logs 
GET /nos/js.nocache.js
   Sent error page: not found:

Scenario 2)
Now if I run super dev mode from gwt eclipse plugin then it gives me an 
ClassNotFoundError for javax.sql.datasource
1)So is my folder structure correct to dispay the application host page ?
2) Also is there any documentation on how to use external servlet container 
along with super dev mode in eclipse plugin 

Can you let me know on this issue






On Saturday, July 2, 2022 at 1:52:47 PM UTC+5:30 t.br...@gmail.com wrote:

> I suppose you've changed the way you call SuperDevMode to pass it 
> com.cname.proj.client.Main too: SuperDevMode expects the module name, not 
> the entrypoint class name. So you'd give SuperDevMode com.cname.proj.Main 
> (which is the name of the Main.gwt.xml), in which it'll find the entrypoint 
> class name.
>
> On Saturday, July 2, 2022 at 2:05:54 AM UTC+2 abhiy...@gmail.com wrote:
>
>> Hi Jen, 
>>
>> I have changed my entry point to 
>> class='com.cname.proj.client.Main. But now super devmode is  now giving 
>> me an error not able to find com/cname/proj/client/Main.gwt.xml in the 
>> classpath. It forces me to keen Main.gwt.xml and Main.java in the same 
>> folder/package and then it is giving me forgot to inherit some module 
>> error. 
>>
>>
>>
>> Thanks & Regards,
>> Abhishek Yadav 
>>
>> On Sat, Jul 2, 2022, 2:05 AM Jens  wrote:
>>
>>>
>>> Content in Main.gwt.xml 
>>>>  
>>>> 
>>>>  
>>>>  
>>>> 
>>>> 
>>>>
>>>> 
>>>> 
>>>> 
>>>> 
>>>>
>>> With that configuration the GWT compiler can see packages 
>>> com.cname.proj.client and com.cname.proj.service in your main project. 
>>> However your entry point is not in any of these packages. You need to move 
>>> the entry point into the client package and update the  
>>> accordingly.
>>>
>>> -- 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 google-web-tool...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-web-toolkit/16e5b1a9-dd3b-4403-bf76-973d0370d51an%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/google-web-toolkit/16e5b1a9-dd3b-4403-bf76-973d0370d51an%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/caa780a4-8111-4cfa-8465-f7b53c648c4fn%40googlegroups.com.


Re: Your src appears not to live underneath a subpackage called 'client',but you'll need to use the directive in your module to make it accessible

2022-07-01 Thread Abhishek Yadav
Hi Jen,

I have changed my entry point to
class='com.cname.proj.client.Main. But now super devmode is  now giving
me an error not able to find com/cname/proj/client/Main.gwt.xml in the
classpath. It forces me to keen Main.gwt.xml and Main.java in the same
folder/package and then it is giving me forgot to inherit some module
error.



Thanks & Regards,
Abhishek Yadav

On Sat, Jul 2, 2022, 2:05 AM Jens  wrote:

>
> Content in Main.gwt.xml
>>
>> 
>>  
>>  
>> 
>> 
>>
>> 
>> 
>> 
>> 
>>
> With that configuration the GWT compiler can see packages
> com.cname.proj.client and com.cname.proj.service in your main project.
> However your entry point is not in any of these packages. You need to move
> the entry point into the client package and update the 
> accordingly.
>
> -- 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 google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/16e5b1a9-dd3b-4403-bf76-973d0370d51an%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit/16e5b1a9-dd3b-4403-bf76-973d0370d51an%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAC3i9MqXKhiuKe77MutpazYQJb3BgmGuZKqt6BBOATzOmLORVA%40mail.gmail.com.


Your src appears not to live underneath a subpackage called 'client',but you'll need to use the directive in your module to make it accessible

2022-07-01 Thread Abhishek Yadav


I am using GWT 2.9.0 + GXT 4.1.0 + Java 11 combination. I am getting below 
error *[ERROR] Hint: Your source appears not to live underneath a 
subpackage called 'client'; no problem, but you'll need to use the 
directive in your module to make it accessible ProjectName*. Below is my 
project structure in package explorer in eclipse. Can anyone help me in 
resolving the issue:

MavenProjectName


src/main/java > This is empty

src/main/src-client
com.cname.proj
Main.java ---> Entrypoint class
Main.gwt.xml
com.cname.proj.client.centerpanelscreens
com.cname.proj.client.command
com.cname.proj.service
   
src/main/src-common
com.cname.proj
  Common.gwt.xml
com.cname.proj.model
com.cname.proj.model.to
com.cname.proj.service
com.cname.proj.util

src/main/webapp
index.html
src/main/webapp/WEB-INF
 web.xml
 
 
 
Content in Main.gwt.xml 
 

 
 








Content in Common.gwt.xml 


  




   

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/2620ddcc-80bb-42d7-8d01-7ea289189afan%40googlegroups.com.


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

2022-06-29 Thread Abhishek Yadav
Thanks Jens for your quick help. I appreciate it.

On Thursday, June 30, 2022 at 2:16:30 AM UTC+5:30 Jens wrote:

> Without being able to see the project setup this is tough to answer.
>
> However regardless of the exception you are seeing: Classic/Legacy DevMode 
> will not work with GWT 2.9.0 correctly, because GWT 2.9.0 already uses 
> JsInterop internally in its Java SDK emulation (e.g. java.util.Date uses 
> it). JsInterop is not supported by classic/legacy DevMode. With GWT 2.9.0 
> you have to use SuperDevMode to have a functional Java SDK emulation during 
> development.
>
> -- J.
>
> abhiy...@gmail.com schrieb am Mittwoch, 29. Juni 2022 um 21:58:40 UTC+2:
>
>> Hi Team,
>>
>> I am trying to start classic DEV mode in eclipse through GWT eclipse 
>> plugin .
>> I am using GWT 2.9.0 + Java 11 combination.
>> I am getting below error. Can you help me in resolving the below error:
>>
>> [b]Caused by: java.lang.ClassNotFoundException: javax.sql.DataSource
>> at 
>> com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload$WebAppClassLoaderExtension.findClass(JettyLauncher.java:478)
>>  
>> ~[gwt-dev-2.9.0.jar:?]
>> at 
>> org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:441)
>>  
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/71767855-e935-4aa2-be51-2caee7cdd724n%40googlegroups.com.


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

2022-06-29 Thread Abhishek Yadav
Hi Team,

I am trying to start classic DEV mode in eclipse through GWT eclipse plugin 
.
I am using GWT 2.9.0 + Java 11 combination.
I am getting below error. Can you help me in resolving the below error:

[b]Caused by: java.lang.ClassNotFoundException: javax.sql.DataSource
at 
com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload$WebAppClassLoaderExtension.findClass(JettyLauncher.java:478)
 
~[gwt-dev-2.9.0.jar:?]
at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:441)
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/61b8042a-b926-4310-be87-f841f2cb098bn%40googlegroups.com.