My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 540: RPC Warning
4 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ecc@google.com
Closed:  May 2007
Type-Enhancement
Priority-Medium
Category-RPC
Milestone-1_4_RC


Sign in to add a comment
 
Reported by gwt.team.ecc, Dec 21, 2006
GWT Release: 1.3

Detailed description:
RPC should warn user the reason a class is not serlizable is because of
missing default contructor.

Workaround if you have one:
Remember to create default constructors.

Links to the relevant GWT Developer Forum posts:

Comment 1 by gwt.team.ecc, Dec 21, 2006
It would be very nice if info of why the type was not serializable showed up under
the warning.
Summary: RPC Warning
Comment 2 by gwt.team.morrildl, Dec 27, 2006
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
Comment 3 by gwt.team.morrildl, Feb 12, 2007
(No comment was entered for this change.)
Labels: Category-RPC
Comment 4 by gwt.team.ecc, Apr 12, 2007
Assigning back to Miguel, as it doesn't seem to be in my bailiwick anymore.
Comment 5 by gwt.team.mmendez, May 17, 2007
Fixed along with  issue 933  which was committed at r1043.
Status: FixedNotReleased
Comment 6 by gwt.team.bruce, May 29, 2007
(No comment was entered for this change.)
Status: Fixed
Labels: Milestone-1_4_RC
Comment 7 by sumitcha...@google.com, May 01, 2008
 
Owner: ecc
Comment 8 by yanchenko, Sep 29, 2008
I'm running 1.5.2 and the issue is still there.
Comment 9 by reentry.espresso, Dec 10, 2008
I concur that this bug is not fixed, GWT 1.5.3. If I add a no-args constructor to the class, it works fine.
A better error message at least would be appreciated.
Comment 10 by bklarson, Jan 29, 2009
I can verify that this is an issue with 1.5.3.  I have a class which implements an 
interface which extends Serializable.  If that class doesn't have a default 
constructor I get a "myInterface was not serializable and has no concrete 
serializable subtypes" error.
Sign in to add a comment