Re: [Wicket-user] Redeploy error with JBoss and Tomcat

2006-10-05 Thread Johan Compagner
You change the signature somehow of the Session metadata field.So it can't restore the state that tomcat did save to disk.This is something that can't be helped much if you really alter structures/classes.It will then be much harder to just restore the session that where stored on disk when tomcat

Re: [Wicket-user] Redeploy error with JBoss and Tomcat

2006-10-05 Thread Juergen Donnerstag
Your websession seems to add a MetaData entry which is not serializable. Juergen On 10/2/06, Henk Laracker [EMAIL PROTECTED] wrote: Hello, After i have implemented my own Websession I get the following error when I redeploy the war file ERROR [ManagerBase] Exception loading sessions from

[Wicket-user] Redeploy error with JBoss and Tomcat

2006-10-02 Thread Henk Laracker
Title: Redeploy error with JBoss and Tomcat Hello, After i have implemented my own Websession I get the following error when I redeploy the war file ERROR [ManagerBase] Exception loading sessions from persistent storage java.lang.ClassCastException: cannot assign instance of

Re: [Wicket-user] Redeploy error with JBoss and Tomcat

2006-10-02 Thread Eelco Hillenius
Could you give us a little bit more code that shows what you're doing in PnWebSession?Cheers,EelcoOn Oct 2, 2006, at 11:52 AM, Henk Laracker wrote:Hello,After i have implemented my own Websession I get the following error when I redeploy the war fileERROR [ManagerBase] Exception loading sessions