Re: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.google.gson.internal.LinkedTreeMap' was not assignable to 'com.google.gwt.user.clien

2020-03-25 Thread José Reis
Try using jdk, jre directly 1.8. Some of my issues disapeared after I switch from java13 to java8. On Monday, March 23, 2020 at 2:05:43 PM UTC-3, Ashi Dev wrote: > > Exception while dispatching incoming RPC call > com.google.gwt.user.client.rpc.SerializationExcept

Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.google.gson.internal.LinkedTreeMap' was not assignable to 'com.google.gwt.user.client.rp

2020-03-23 Thread 'Ashi Dev' via GWT Users
Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.google.gson.internal.LinkedTreeMap' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type

Re: Bean Serialization Problem: com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'

2013-08-05 Thread dingolfy
com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer. For security purposes, this type will not be serialized

Re: Bean Serialization Problem: com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' a

2013-08-05 Thread Jens
Thanks JM for posting the solution. I too had the same problem. It is working fine in the dev environment but not in live. both are in Linux. Not sure why. Your solution helped to get it working. If you see INFO: ERROR: The serialization policy file '/

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

2012-09-12 Thread Jordi P.S.
was working fine in production also before changing the class names of entity. Here are the exception details javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type

com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Deepak Singh
in production also before changing the class names of entity. Here are the exception details javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.pdstechi.commonmodule.shared.holiday.PackageEnquiryEntity

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

2012-09-10 Thread Juan Pablo Gardella
javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.pdstechi.commonmodule.shared.holiday.PackageEnquiryEntity' was not included in the set of types which can be serialized

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

2012-09-10 Thread Deepak Singh
. Everything was working fine in production also before changing the class names of entity. Here are the exception details javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type

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

2012-09-10 Thread Juan Pablo Gardella
incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.pdstechi.commonmodule.shared.holiday.PackageEnquiryEntity' 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

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

2012-09-10 Thread Deepak Singh
in production. Everything was working fine in production also before changing the class names of entity. Here are the exception details javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type

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

2012-09-10 Thread Juan Pablo Gardella
javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.pdstechi.commonmodule.shared.holiday.PackageEnquiryEntity' was not included in the set of types which can be serialized by this SerializationPolicy or its

com.google.gwt.user.client.rpc.serializationexception type

2012-05-14 Thread kavya
Hi,, when i am running application in http://localhost:8080/dxWeb/; I ll not get exception, but if i run application in http://localhost:8080/dxWeb/? gwt.codesvr=127.0.0.1:9997 i am getting following exception. An IncompatibleRemoteServiceException was thrown while processing this call. --

com.google.gwt.user.client.rpc.SerializationException

2011-07-15 Thread Vivek
Hi all, I am new to Spring Hibernate and GWT. And I am creating an application but there is an error this page.. Please help to resolving this problem.. Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'org.hibernate.collection.PersistentBag' was not included in the set

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

2011-04-29 Thread Nisha
: com.google.gwt.user.client.rpc.SerializationException: Type 'java.lang.IllegalArgumentException' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance

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

2011-04-29 Thread Juan Pablo Gardella
: Hi All, I am working on GWT+Spring+Hibernate integration. But I am getting the following error. Could any any one please help. java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type 'java.lang.IllegalArgumentException' was not assignable

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

2011-04-29 Thread prajakta samant
Hi, Check that your Hibernate files are placed in the src folder as Dolly had mentioned. We were working on a similar project and got similar error Also confirm if your RPC service method can return a List as you are getting an error in List coz for our project we colud return only a string

com.google.gwt.user.client.rpc.SerializationException

2011-04-28 Thread Nisha
Hi All, I am working on GWT+Spring+Hibernate integration. But I am getting the following error. Could any any one please help. java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type 'java.lang.IllegalArgumentException' was not assignable

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

2011-04-28 Thread Juan Pablo Gardella
What version of gwt are you use? 2011/4/28 Nisha shilp...@gmail.com Hi All, I am working on GWT+Spring+Hibernate integration. But I am getting the following error. Could any any one please help. java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type

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

2011-04-28 Thread -sowdri-
Could you post the contents of the file GWTRPCServiceExporter.java Thanks, -sowdri- -- 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 this group,

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

2011-04-28 Thread dolly khemani.
Hi, Check if your Hibernate.cfg and hbm.xml files are placed in the src folder and not war. Exceptions are not serializable, so you need to create a serializable exception to throw. Any parameter, return object or exception has to be serializable by GWT which means that it must implement

can't get rid of com.google.gwt.user.client.rpc.SerializationException

2011-04-13 Thread tanteanni
I have a problem to get a class serialized by gwt. i don't know why but i never had problem serialize Mapsomething here, something there but i allways get this error if i try to serialize Lists?! To cut a long story short here are the classes that gwt can't serialize: public class AdminUnit

Re: can't get rid of com.google.gwt.user.client.rpc.SerializationException

2011-04-13 Thread tanteanni
stupid me: the default zero parameter constructor is missing with private AdminUnit(){ } it is workin On 13 Apr., 15:39, tanteanni tantea...@hotmail.com wrote: I have a problem to get a class serialized by gwt. i don't know why but i never had problem serialize Mapsomething here,

Re: com.google.gwt.user.client.rpc.SerializationException for custom object array

2011-01-17 Thread Owen Powell
I'm having the same problem as Mona, except on the client-side. Via RPC, - sending an ArrayListString works. - sending a single MyObject works. - sending an ArrayListMyObject does not work. I get: com.google.gwt.user.client.rpc.SerializationException

Re: com.google.gwt.user.client.rpc.SerializationException for custom object array

2011-01-17 Thread Owen Powell
OK, figured out the problem. I had a CustomMyObject extends MyObject that was included in the ArrayList and was not serializable. ~O -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

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

2010-09-08 Thread AlexG
or it is just simple NoClassDefFoundError ? Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'org.dozer.MappingException' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could

com.google.gwt.user.client.rpc.SerializationException

2010-09-07 Thread Costa
Please help with error below. Is this mean that the class com.voxbone.voxAPI.Country could not be serialize or it is just simple NoClassDefFoundError ? Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'org.dozer.MappingException

com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
Hi GWT gurus, I am using GWT2.03 and I get com.google.gwt.user.client.rpc.SerializationException without any stacktrace for some RPC calls. *All* classes have a default constructor without param. Any ideas? -- You received this message because you are subscribed to the Google Groups Google

Re: com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
com.google.gwt.user.client.rpc.SerializationException without any stacktrace for some RPC calls. *All* classes have a default constructor without param. Any ideas? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
in gwt.xml On May 22, 12:11 pm, Max thebb...@gmail.com wrote: Hi GWT gurus, I am using GWT2.03 and I get com.google.gwt.user.client.rpc.SerializationException without any stacktrace for some RPC calls. *All* classes have a default constructor without param. Any ideas? -- You

Re: com.google.gwt.user.client.rpc.SerializationException: null

2010-04-27 Thread Tsukasa
: com.google.gwt.user.client.rpc.SerializationException: null     at com.google.gwt.user.client.rpc.impl.SerializerBase.check(SerializerBase.jav­a: 161)    at com.google.gwt.user.client.rpc.impl.SerializerBase.serialize(SerializerBase­.java: 145

com.google.gwt.user.client.rpc.SerializationException: null

2010-04-26 Thread Martin Ždila
Hello I am getting: com.google.gwt.user.client.rpc.SerializationException: null at com.google.gwt.user.client.rpc.impl.SerializerBase.check(SerializerBase.java: 161)at com.google.gwt.user.client.rpc.impl.SerializerBase.serialize(SerializerBase.java: 145

com.google.gwt.user.client.rpc.SerializationException with java.util.ArrayList

2009-10-19 Thread Lautaro
I'm having this exception with GWT 1.7: Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'java.util.ArrayList' 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

Re: com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

2009-10-16 Thread scottb
com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.seriali zeWithCustomSerializer (ServerSerializationStreamWriter.java:696) at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.seriali

Re: com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

2009-10-15 Thread Dominik Steiner
: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeWithCustomSerializer (ServerSerializationStreamWriter.java:696

Qustion - com.google.gwt.user.client.rpc.SerializationException

2009-08-20 Thread develo
Nice to meet you. I didn't know unsolve problem ... T.T [WARN] Exception while dispatching incoming RPC call java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

Re: Qustion - com.google.gwt.user.client.rpc.SerializationException

2009-08-20 Thread 李静
com.google.gwt.user.client.rpc.SerializationException: the object should be seralizable. right? 2009/8/20 develo suhyun...@gmail.com Nice to meet you. I didn't know unsolve problem ... T.T [WARN] Exception while dispatching incoming RPC call java.lang.RuntimeException

Re: Qustion - com.google.gwt.user.client.rpc.SerializationException

2009-08-20 Thread mars1412
 am, develo suhyun...@gmail.com wrote: Nice to meet you. I didn't know unsolve problem ... T.T [WARN] Exception while dispatching incoming RPC call java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

GWT 1.5 com.google.gwt.user.client.rpc.SerializationException: java.lang.IllegalArgumentException: argument type mismatch

2009-04-09 Thread aruna
to server or server to client, i get the following error: 09:31:16,229 ERROR [[/AccountMgt]] Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: java.lang.IllegalArgumentException: argument type mismatch

Re: Bean Serialization Problem: com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'

2008-11-06 Thread JM
com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type will not be serialized

Re: Bean Serialization Problem: com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'

2008-11-05 Thread JM
: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type

Re: Bean Serialization Problem: com.google.gwt.user.client.rpc.SerializationException: Type 'com.dg.common.client.beans.DGUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'

2008-10-23 Thread [EMAIL PROTECTED]
application was working good till now and now i deployed it to other machine and it start giving me following exception. My DGUser class is implementing serializable interface. SEVERE: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type