Letractively / gwtx

Automatically exported from code.google.com/p/gwtx
0 stars 0 forks source link

java.bean.PropertychangeSupport' not serializable #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Upgraded to gwtx-1.5-20081002.jar from GWTx-20070605.jar

Now I'm getting the following error: Type 'java.bean.PropertychangeSupport'
was not serializable and has no concrete serializable subtypes

Original issue reported on code.google.com by 750...@gmail.com on 17 Nov 2008 at 9:58

GoogleCodeExporter commented 8 years ago
That's strange as PropertyChangeSupport implements Serializable.

I'll have to create a stronger test strategy for GWTx ;)

Original comment by nicolas....@gmail.com on 17 Nov 2008 at 10:05

GoogleCodeExporter commented 8 years ago

Original comment by nicolas....@gmail.com on 18 Dec 2008 at 3:26

GoogleCodeExporter commented 8 years ago
PropertyChangeSupport and VetoableChangeSupport are not serializable because 
they
both have a property named source which type is Object.
To resolve this property could be made transient or a custom serializer could 
be created.
This will only happen if you have an RPC Service sending or receiving values of 
type
Serializable.

Original comment by cedric.l...@gmail.com on 23 Jan 2009 at 8:13

GoogleCodeExporter commented 8 years ago
How about solving this problem? Is it possible? This issue is now open till 4 
months
and now I am standing for the same problem.

Original comment by mlegenha...@gmail.com on 22 Apr 2009 at 8:01

GoogleCodeExporter commented 8 years ago
I think that the issue is related to a problem that the class doesn't have 
default
no-parameter constructor...

Original comment by ladislav...@gmail.com on 4 Aug 2009 at 9:07