Re: [ERROR] Type 'com.mycompany.web.client.UFOWebClientTree.MyTreeListener' was not serializable and has no concrete serializable subtypes

2009-11-01 Thread amjedonline
] Type 'com.mycompany.web.client.UFOWebClientTree.MyTreeListener' was not serializable and has no concrete serializable subtypes Not sure how to fix this error. All the classes listed below implement IsSerializable. Not sure which class has to be fixed first

[ERROR] Type 'com.mycompany.web.client.UFOWebClientTree.MyTreeListener' was not serializable and has no concrete serializable subtypes

2009-10-08 Thread Palani
Any guidance for the following problem would be appreciated. I am in the process of converting an existing GWT 1.5 project to GWT 1.7 and getting the following error. [ERROR] Type 'com.mycompany.web.client.UFOWebClientTree.MyTreeListener' was not serializable and has no concrete serializable

Re: was not serializable and has no ...

2009-09-04 Thread Isaac Truett
' was not serializable and has no concrete serializable subtypes I tried many things with Serializable, IsSerializable ... Could someone give me a hint ? At the bottom u could see my source. Many thanks melistik ArtikelItem: public class ArtikelItem extends

was not serializable and has no ...

2009-09-03 Thread melistik
Hello, i've got a problem with filling a ListStock with items directly from a database query. My Errormessage is : [ERROR] Type 'com.extjs.gxt.ui.client.store.ListStorede.bonprix.piccoop.client.model.ArtikelItem' was not serializable and has no concrete serializable subtypes I tried many things

Re: One more time Type 'java.lang.ClassT' was not serializable and has no concrete serializable subtypes

2009-05-09 Thread kleinerroemer
                           java.lang.ClassT                               [ERROR] Type 'java.lang.ClassT' was not serializable and has no concrete serializable subtypes comes up, and the build fails Is this another bug, since this kind of problems have already occured in previous releases of gwt, or am I doing

One more time Type 'java.lang.ClassT' was not serializable and has no concrete serializable subtypes

2009-05-08 Thread kleinerroemer
'java.lang.ClassT' was not serializable and has no concrete serializable subtypes comes up, and the build fails Is this another bug, since this kind of problems have already occured in previous releases of gwt, or am I doing something wrong..?!? thanks in advance greets

Re: One more time Type 'java.lang.ClassT' was not serializable and has no concrete serializable subtypes

2009-05-08 Thread Tony Strauss
a default constructor! I'm using gwt 1.5.3 When I try to run the application the error: Parameter: java.lang.ClassT cls                            java.lang.ClassT                               [ERROR] Type 'java.lang.ClassT' was not serializable and has no concrete serializable subtypes

[ERROR] Type 'com.gwt.client.FileDetail' was not serializable and has no concrete serializable subtypes

2009-03-18 Thread Dhruv Patel
i am exploring GWT. i am writing one application allows server directory browsing using GWT. but i am getting error [ERROR] Type 'com.gwt.client.FileDetail' was not serializable and has no concrete serializable subtypes even though my class com.gwt.client.FileDetail implements Serializable