Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException

2011-02-15 Thread denis56
are you using external server and not embedded jetty. If so, you have to deploy your module in exploded mode, that is not compressed. Then point your devmode to the exploded folder on the server: -war /home/${env_var:USER}/your-exploded-web.war This allows using dev mode without having to

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException

2011-02-12 Thread Fernando Barbat
Yes, it has a zero argument constructor. As I said, once I recompile, undeploy and deploy again, the problem goes away. I'm using Eclipse and deploy an EAR in Glasfish v3. This EAR contains an EJB jar, a GWT WAR and other jars. I noted that IncompatibleRemoteServiceException sometimes raises up

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException

2011-02-11 Thread ciosbel
Does it has a default zero argument constructor? Double check here if everything is met http://code.google.com/intl/it-IT/webtoolkit/doc/trunk/DevGuideServerCommunication.html#DevGuideSerializableTypes -- You received this message because you are subscribed to the Google Groups Google Web

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException

2011-02-11 Thread nacho
I think that your trouble is that the classes compiled to JS are different to the classes that you have in the server. Using dev mode after change in a class that I use in a RPC I just reload the page and the problem is gone. -- You received this message because you are subscribed to the

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-15 Thread István Szoboszlai
Hello! Do you have public getters and setters on your classes. I think they are needed. However some code sample would be useful. It is hard to guess what the problem is from just a stacktrace... Best Regards - István Szoboszlai istvan.szobosz...@inepex.com | inepex.com On Sat, Aug 14, 2010 at

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-13 Thread Vik
Hie I am passing Throwable as parameter in the method. Any clue on what is wrong please... Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Fri, Aug 6, 2010 at 9:09 PM, Vik vik@gmail.com wrote: Hie On a rpc call i am getting following exception. please advise

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-09 Thread Vik
Hie On a rpc call i am getting following exception. please advise what is going wrong here? I am passing Throwable as the parameter in the service method com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-07 Thread Vik
any help on this please? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Fri, Aug 6, 2010 at 9:09 PM, Vik vik@gmail.com wrote: Hie On a rpc call i am getting following exception. please advise what is going wrong here?

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:

2009-09-17 Thread Diego Lovison
change to GenericDrugNameDto implements Serializable or GenericDrugNameDto implements IsSerializable I believe that will work fine... try ;) On 17 set, 06:20, Sanju sanjeev...@gmail.com wrote: Hi, my application works fine in hosted mode but when deployed on the web giving following errors.

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser.

2009-01-26 Thread Lothar Kimmeringer
ytbryan schrieb: i got the following exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. i obtained this exception when i deliberately changed Statement object into