DefaultContextAwareELException serialization problem

2014-04-04 Thread Felipe Jaekel
I'm eventually seeing this in my Tomcat 7 logs: *IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.myfaces.view.facelets.el.DefaultContextAwareELException.* I'm using MyFaces 2.2.2. Shouldn't

Re: DefaultContextAwareELException serialization problem

2014-04-04 Thread Leonardo Uribe
Hi An exception shouldn't be serializable. I can't find any line of code in MyFaces that serialize and exception, so I suppose you are doing it manually somehow. regards, Leonardo 2014-04-04 15:43 GMT+02:00 Felipe Jaekel fkjae...@gmail.com: I'm eventually seeing this in my Tomcat 7 logs: