Search:
|
Browse by category:
|
| | | |
|
Question
How to avoid getting NotSerializableException when deploying JViews Chart / JViews Diagrammer / JViews Gantt application on JSF?
Answer
To avoid getting the NotSerializableException when running on JSF, make sure you disable the session persistence for your Web Server.
For instance with Tomcat 5.0 and later, you need to create a Context configuration xml file with:
<Context>
<Manager pathname="" />
...
</Context>
Prev | Next | |
Override the resizable view in JViews JSF application | Setting the Date Format in the csv flat file |