Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Tiberiu
Thanks Colin! Indeed the Ant classpath was using the old GWT 2.8.1... My bad, sorry. Tiberiu On Mon, Aug 14, 2023 at 4:33 PM Colin Alworth wrote: > Tiberiu, the fact that it works in Eclipse strongly suggests to me that > the ant classpath is different from the eclipse project classpath. That

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Colin Alworth
Tiberiu, the fact that it works in Eclipse strongly suggests to me that the ant classpath is different from the eclipse project classpath. That different configuration will lead to different results. This error is typically indicative of some other error happening (typically classpath related)

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-08 Thread Tiberiu
Hello everyone, I just upgraded to GWT 2.10.0 from 2.8.1 and I receive the same error when compiling through an Ant build. The code and scripts are identical and is compiling just fine with Java 1.8, GWT 2.8.1 and Eclipse 4.17. However with Java 13 or 17, GWT 2.10.0 and Eclipse 4.28 gives the

GWT error

2023-02-13 Thread Gerard
I tried to run a gwt application already exists and works but i get this error . Can you help me please the error: java.lang.UnsatisfiedLinkError: D:\workspace\workspace\project\project\gwt-framework\lib\swt-win32-3235.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform at

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Thomas Broyer
See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0 GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11 –at most– source files (depending on -sourceLevel). When facing that kind of error, make sure you run with -failOnError (or its older name: -strict), and

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Michael Conrad
We are using JDK 17 here at the office for builds without any issue. (Gradle setup here). On 10/7/22 08:29, Christian Nzhie wrote: Hello here. I would like to react for this threat. Would at this time (2022) gwt supports java 12? For I am experiencing the error mentioned above. Thanks in

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Christian Nzhie
Hello here. I would like to react for this threat. Would at this time (2022) gwt supports java 12? For I am experiencing the error mentioned above. Thanks in advance. On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com wrote: > I don't believe GWT supports Java 12 yet. I'd

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-05-19 Thread Craig Mitchell
I don't believe GWT supports Java 12 yet. I'd recommend just using Java 8. And you might want to use the latest GWT version (2.8.2). -- 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

[GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-05-19 Thread Clint Yang
Hi all, I haven't done GWT development for a while and wanted to try again. I installed JDK 12 and Eclipse 2019-03. I installed GWT Eclipse Plugin (GWT 2.8.1). >From Eclipse, I created a hello world project this way: 1. Click on 'New GWT Application Project' 2. Project name: Gwt5,

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-03-21 Thread vitaly goji
ing issue? >>> >>> Thanks. >>> >>> On Thursday, April 23, 2015 at 12:06:15 AM UTC-7, Danish Khan wrote: >>>> >>>> Hi all, >>>> >>>> I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following

Re: GWT [Error] Rebind result 'com.viktor.MyClassJSO' cannot be a JSO

2016-12-02 Thread Thomas Broyer
On Friday, December 2, 2016 at 8:24:01 AM UTC+1, Viktor Krejčíř wrote: > > Hi all, > > after upgrading from GWT 2.6. to 2.8 stable version, I've started getting > this error during compilation. > > The MyClassJSO is just plain JSO class (extends JavaScriptObject), so I > really don't know

GWT [Error] Rebind result 'com.viktor.MyClassJSO' cannot be a JSO

2016-12-01 Thread Viktor Krejčíř
Hi all, after upgrading from GWT 2.6. to 2.8 stable version, I've started getting this error during compilation. The MyClassJSO is just plain JSO class (extends JavaScriptObject), so I really don't know where the problem is. *Does anyone know what does this error exactly mean?* I've

Re: GWT error "no instantiable subtypes" with interface in RPC method with 1 known concrete class?

2016-05-10 Thread Ian White
If you have a class that you are using to transport RPC params then it needs to implement IsSerializable, right. So then if your IsSerializable class does not have a default empty constructor (i.e. no params) you will see this message. On Wednesday, December 17, 2014 at 8:34:35 PM UTC+11, Ed

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-07-30 Thread Alexander Kune
prefix solved that. On Thursday, April 23, 2015 at 9:06:15 AM UTC+2, Danish Khan wrote: Hi all, I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following error when I try to build it through maven: [GWT][ERROR] Hint: Check that your module inherits

GWT Error SetMaxExtend(Bounds)

2015-05-10 Thread ELKHATTABI Imane
Hello, I'm using GWT plugin and OpenLAYERS in Eclipse. I'm trying to visualise a simple map .Although I imported : org.gwtopenmaps.openlayers.client.Bounds; The line : wmsParams.setMaxExtent(Bounds) shows the error : The method SetMaxExtend(Bounds) is not defined for the type WMSParams Any

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-05-04 Thread Danish Khan
to build it through maven: [GWT][ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User') Here is my gwt.xml. Please let me know if you have any suggestions to fix this error. ?xml

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-30 Thread Danish Khan
Hi guys, Any ideas/help with the following issue? Thanks. On Thursday, April 23, 2015 at 12:06:15 AM UTC-7, Danish Khan wrote: Hi all, I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following error when I try to build it through maven: [GWT][ERROR] Hint: Check

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-30 Thread Burak Ulutoprak
at 12:06:15 AM UTC-7, Danish Khan wrote: Hi all, I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following error when I try to build it through maven: [GWT][ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often

[GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-23 Thread Danish Khan
Hi all, I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following error when I try to build it through maven: [GWT][ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Ed
Sorry for being impatient ;).. Anybody an idea ? (interface not allowed at all in RPC method calls? ) -- 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

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Jens
Sorry for being impatient ;).. Anybody an idea ? (interface not allowed at all in RPC method calls? ) No idea. Might be a bug... or intended ;-) Maybe GWT explicitly searches for a class that implements TransportTokenResponseProductDto and does not care about your T implementation. Does

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread rhmoller
Are the classes visible to GWT? I don't see .client. or .shared. in the package com.ited.lang.transporttoken.TransportTokenResponse so double check the source entries in your gwt.xml file /Rene Den torsdag den 18. december 2014 14.09.16 UTC+1 skrev Jens: Sorry for being impatient ;)..

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread rhmoller
and check that the request and response interfaces are marked Serializable /Rene Den torsdag den 18. december 2014 15.58.59 UTC+1 skrev rhmoller: Are the classes visible to GWT? I don't see .client. or .shared. in the package com.ited.lang.transporttoken.TransportTokenResponse so double

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Ed Bras
@Rhmoller: thanks. Yes they are marked as Serializable. And yes they are visible to gwt, when I create a instance in gwt code, it results in no error.​ I hardly ever use client, shared, server packages.. I get that impression that GWT does't allow interfaces (anymore) in RPC methods. This is the

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Jens
I get that impression that GWT does't allow interfaces (anymore) in RPC methods. This is the new 2.7.0 code that shows me the error: LINKE https://gwt-review.googlesource.com/#/c/7500/ That patch just gives you a better error message. Before that you would get something like Failed to

GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-17 Thread Ed
I have added the following async remote service method (using 2.7.0.): TransportTokenResponseProductDto findActiveDeclarationsOfActiveMember(TransportTokenRequestVoid request); TransportTokenResponse, just like TransportTokenRequest are interfaces with both an abstract subclass and one concrete

IE9 GWT Error loading images

2013-06-24 Thread Luis Costa
Hi all, I'm using GWT 2.5.1 and I've a browser compatibility issue, when I open my application in Chrome everithing works fine but when I open my application in IE8 this error occurs: Unable to get property 'currentStryle' of undifined or null reference in

Gwt error while trying to delete element from parent

2013-05-30 Thread Phanindra Vuppalapati
Below is my code FlexTable form = new FlexTable(); form.getElement().removeFromParent(); form.removeFromParent(); 16:27:32.490 [ERROR] [gipp.map.MapViewer] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (TypeError): this.removeChild is not a function

Re: Gwt error while trying to delete element from parent

2013-05-30 Thread David
Hi, What are you trying to achieve with this code ? You should not be using the Element.removeFromParent directly since the FlexTable widget depends on it to be consistent. The form.removeFromParent can be used, but in this case the form widget is not attached to your document so you don't need

Re: GWT Error problems

2012-12-27 Thread Pracheer Agarwal
I am also facing this error. Have you solved it?? On Saturday, January 15, 2011 10:32:46 PM UTC+5:30, Y2i wrote: But may be you renamed com.mckinnon.ross.server.DataTableServiceImpl and didn't modify web.xml to reflect that? It's strange that jetty does not complain about all other servlets

Large size data transfer within GWT [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

2012-03-06 Thread OxyGen
I am working on a GWT based web app for medical image display and processing. The problem is this kind of medical image do not have the standarded fomat and it is a huge bytearray (size: over 18M). I have to directly read the image byte array and send it to the client for display and further

Re: Large size data transfer within GWT [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

2012-03-06 Thread Jens
Its a server side OOM exception so you should increase your Java heap space for your application server using -Xmx (max heap size) JVM parameter. Your server JVM just don't have enough memory to build the RPC response. If you want to display the image you always have the data URI limitations

GWT Error

2011-03-17 Thread but43r
Ok. So I'm trying to create login page for my Application from this article http://checkappointments.com/gwt/ All is good until I click login button. I get this error: Error 404 html head meta http-equiv=Content-Type content=text/ html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head

Re: GWT Error

2011-03-17 Thread David Chandler
Check that the URL in your @RemoteServiceRelativePath annotation (ria2/calendar) matches the URL you've mapped in web.xml (/riaca2/calendar). /dmc On Thu, Mar 17, 2011 at 11:28 AM, but43r gvug...@gmail.com wrote: Ok. So I'm trying to create login page for my Application from this article

Re: GWT Error

2011-03-17 Thread Juan Pablo Gardella
See: Problem accessing /ria2/calendar. And in your web.xml have this:/riaca2/calendar Juan 2011/3/17 but43r gvug...@gmail.com Ok. So I'm trying to create login page for my Application from this article http://checkappointments.com/gwt/ All is good until I click login button. I get this

GWT Error problems

2011-01-15 Thread Ross McKinnon
Hi there, Ive been reworking my GWT app and an error has occurred. I have no idea what has caused it and the error messages aren't very useful. Has anyone came across this before? Thanks, Ross Starting Jetty on port [WARN] EXCEPTION java.lang.ClassNotFoundException:

Re: GWT Error problems

2011-01-15 Thread Y2i
jetty couldn't find com.mckinnon.ross.server.DataTableServiceImpl Did you also rework web.xml? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from

Re: GWT Error problems

2011-01-15 Thread Ross McKinnon
No I have not altered web.xml. the servlet-class tags match where the classes are located. Thanks web-app !-- Servlets -- servlet servlet-nameuserServlet/servlet-name servlet-classcom.mckinnon.ross.server.UserServiceImpl/servlet- class /servlet servlet-mapping

Re: GWT Error problems

2011-01-15 Thread Y2i
But may be you renamed com.mckinnon.ross.server.DataTableServiceImpl and didn't modify web.xml to reflect that? It's strange that jetty does not complain about all other servlets except this one... -- You received this message because you are subscribed to the Google Groups Google Web

Help Needed! GWT Error

2010-11-14 Thread Noor
Hi, I am a beginner in GWT. I'm trying a first application with GWT for almost 6 hours. I am following a tutorial and everything should go fine. But I dont know what problem I am getting with service def target. Please can someone help me, it concerns very basic rpc. I am just trying to bring a

Gwt error

2010-10-12 Thread Yudji
I created the class : public class Game{ public static int quantidadeDeUsuario; public void somarQuantidadeUsuario(){ quantidadeUsuario ++; System.out.println(quantidadeUsuario); } } --- gwt but this

Re: Gwt error

2010-10-12 Thread andy stevko
when onModuleLoad() is called the system is initializing everything. On Tue, Oct 12, 2010 at 10:53 AM, Yudji guilhermeyu...@hotmail.com wrote: I created the class : public class Game{ public static int quantidadeDeUsuario; public void somarQuantidadeUsuario(){ quantidadeUsuario

GWT Error Unable to find .gwt.xml

2010-07-26 Thread Soeren B
Hi Community, many of you know the following problem: ERROR] Unable to find 'uivers2/Uivers2.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Has anyone solved it? Could you please say me what I have to do? I imported the JAR of the newest

Re: GWT Error Unable to find .gwt.xml

2010-07-26 Thread lineman78
This is a generic error and can be caused by many different things. 1) Malformed include in gwt.xml 2) Classpath issues 3) Malformed script tag in the head of the html file 4) Trying to use a non-GWT project I have also randomly seen this error in hosted mode and a Ctrl+F5 usually fixes it.

GWT Error

2009-08-18 Thread GTM
I was following a tutorial on another site for the GWT Eclipse plug in. I followed directions and got this error as a popup box: Could not find the main class: com.google.gwt.dev.HostedMode. Program will exit. On the console, it shows this: And this is printed to the terminal:

gwt error : component not available

2009-07-06 Thread asianCoolz
does anyone know what this error triggered from in gwt? [Exception... Component is not available nsresult: 0x80040111 (NS_ERROR_NOT_AVAILABLE) location: JS frame :: file:///Applications/Firefox.app/Contents/MacOS/components/nsSessionStore.js :: sss_saveState :: line 1909 data: no]

Re: gwt error : component not available

2009-07-06 Thread Ian Bambury
Mozilla-based browsers during an XmpHttpRequest, are only able to report HTTP errors. So, for example, if you have an UncaughtExceptionHandler and override onUncaughtException(Throwable e) and a network error occurs, and then in the onUncaughtException() method you use e.getMessage() then the

Starting with GWT - Error compiling GWT-RPC Class

2009-02-03 Thread Vinicius Carvalho
Hello there! I've just started with GWT and have this RPC Servlet: package org.openspotlight.client; import java.util.List; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gwt.user.client.rpc.RemoteService; public interface GWTService extends RemoteService {

Re: Starting with GWT - Error compiling GWT-RPC Class

2009-02-03 Thread Litty Preeth
[ERROR] Errors in 'file:/Users/viniciuscarvalho/ Documents/Caravela/ spotlight/gwt-bundle/src/org/openspotlight/client/OSLApplication.java' [ERROR] Line 5: *The import org.openspotlight.server.**GWTServiceImpl cannot be resolved* Plz see the line in bold. It says that your client class