[jboss-user] [Clustering/JBoss] - Re: java.io.NotSerializableException: org.apache.catalina.co

bstansberry@jboss.com do-not-reply at jboss.com
Tue Jul 18 10:27:34 EDT 2006


Simplest for you would be to code up an implementation of javax.servlet.http.HttpSessionAttributeListener, and add it your web.xml.  You'll then get a callback whenever an attribute is added, removed or replaced.  From there you can do what you want to analyze the attribute, current call stack, etc.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958815#3958815

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958815



More information about the jboss-user mailing list