Foros de discusión

composite component - NotSerializableException ..LiferayActionURLImpl

Vassilis Petropoulos, modificado hace 10 años.

composite component - NotSerializableException ..LiferayActionURLImpl

Junior Member Mensajes: 26 Fecha de incorporación: 10/04/12 Mensajes recientes
Hi,

i am trying to create a composite component like:
http://balusc.blogspot.gr/2013/01/composite-component-with-multiple-input.html

but i am getting the following error:
NotSerializableException: com.liferay.faces.bridge.container.liferay.LiferayActionURLImpl
...
...
at com.sun.faces.renderkit.ClientSideStateHelper.doWriteState(ClientSideStateHelper.java:403)
at com.sun.faces.renderkit.ClientSideStateHelper.writeState(ClientSideStateHelper.java:189)
at com.sun.faces.renderkit.ResponseStateManagerImpl.writeState(ResponseStateManagerImpl.java:122)
at com.sun.faces.application.StateManagerImpl.writeState(StateManagerImpl.java:113)
at com.sun.faces.application.view.WriteBehindStateWriter.flushToWriter(WriteBehindStateWriter.java:225)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:456)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
at com.liferay.faces.bridge.application.ViewHandlerCompatImpl.renderView(ViewHandlerCompatImpl.java:35)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)


Regards,
Vassilis
thumbnail
Kyle Joseph Stiemann, modificado hace 10 años.

RE: composite component - NotSerializableException ..LiferayActionURLImpl

Liferay Master Mensajes: 760 Fecha de incorporación: 14/01/13 Mensajes recientes
Hi Vassilis,
Are you holding a reference to the LiferayActionURLImpl in your "Backing Component"?

- Kyle
Vassilis Petropoulos, modificado hace 10 años.

RE: composite component - NotSerializableException ..LiferayActionURLImpl

Junior Member Mensajes: 26 Fecha de incorporación: 10/04/12 Mensajes recientes
Hi,

not at all. I am using the example as it is!

Regards,
Vassilis
thumbnail
Kyle Joseph Stiemann, modificado hace 10 años.

RE: composite component - NotSerializableException ..LiferayActionURLImpl

Liferay Master Mensajes: 760 Fecha de incorporación: 14/01/13 Mensajes recientes
I tried to reproduce your error by including the component in the JSF2 demo portlet instead of the inputText for date, but it seemed to work fine. I also set it to client side state saving like you have, and it still worked. I was running it in Tomcat though. Are you running in a different App Server?

Maybe you could upload source for your project.

- Kyle
Vassilis Petropoulos, modificado hace 10 años.

RE: composite component - NotSerializableException ..LiferayActionURLImpl

Junior Member Mensajes: 26 Fecha de incorporación: 10/04/12 Mensajes recientes
You are absolutely right!
Upgrading to 3.0.3-ga4 my problem gone!

Thanks for your time!
Vassilis
thumbnail
Kyle Joseph Stiemann, modificado hace 10 años.

RE: composite component - NotSerializableException ..LiferayActionURLImpl

Liferay Master Mensajes: 760 Fecha de incorporación: 14/01/13 Mensajes recientes
Glad to hear it. Thanks for using Liferay Faces!

- Kyle