Serialization

Hi Vaadin users !

I am developing a Vaadin portlet application which needs to be Serializable.

Vaadin classes are Serializable, but my application context (PortletApplicationContext2) contains references to some Liferay classes which are not : RenderResponseImpl.

Any Vaadin component class refers to its parent so I am stuck with this and I don’t know how to bypass this limitation. Has anyone any idea about that ?

Thanks

The field containing the portlet response should be transient.

Created
ticket #6037
and fixed in the Vaadin 6.5 branch.

Thank you Henri. I was wondering if it was a Vaadin issue or not :slight_smile:

Is this not worth to fix in the 6.4.x branch ? Do we have any ETA for 6.5 release ?

Thank you

Right now, we are focusing on getting a feature-complete 6.5.0.pre1 ready soon. The goal is to have the final 6.5.0 out sometime in December, although we are not tightly committed to any schedule for it.

You can download the next nightly build if you want to see it or test the fix - see the “nightly” link on the
download page
, or select a nightly build from the Eclipse or NetBeans plugin, or use a Maven snapshot.

Hi Henri,

PortletCommunicationManager contains a reference to ResourceResponse which I think should be transient as well.

Greets.