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

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

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

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

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

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:/ ? >

[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] |

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

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
iving 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 >>>>

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
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 >> >> >> >> >> >> >> >> >> >>

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

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

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