Dear all,
I need your help, I've a very strange issue and I can't find a solution.
I have on my pc a web application in jsf working correctly with mysql db. Environment is windows, tomcat 6 and Mysql 5.
I need to move my application to production server, with Linux system.
I moved it deploying war with tomcat manager .
When in my application I tried to use page in which are called session bean and datatable, data from db are not shown in datatable (connection to db is ok) and this exception is present into apache log:
WARNING: Cannot serialize session attribute elencoaree for session 6F37C9B96C568D1D17DC63C5541679B9
java.io.NotSerializableException: javax.faces.component.html.HtmlDataTable
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
It seems like a problem with (in this case for example) 'elencoaree', that is a session bean that use a datatable.
It seems like a problem with serialization, that in local, with windows system, doesn't appear.
How can I solve it?
Please help me..I'm going crazy...