I have a 3rd-party JSF component on one of my pages. When the page is
redisplayed, JSF tries to serialze the view. But, it throws an exception
because the component has a class that prevents it from being
serialized. Can I tell JSF not to serialize this component?
I am using server-side state saving.
The exception is like this:
2006-09-22 16:57:45,849 ERROR
[org.apache.myfaces.application.jsp.JspStateManagerImpl] Exiting
deserializeView - Could not deserialize state:
com.crystaldecisions.reports.reportengineinterface.JPEReportSource; no
valid constructor
java.io.InvalidClassException:
com.crystaldecisions.reports.reportengineinterface.JPEReportSource; no
valid constructor
Regards,
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.