From a brief glance, it looks like after you undeploy your
TestEJB.jar, the TestSession class is no longer on the classpath. Your web component
can't deserialize the bean proxy after the lookup because the bean's interface
class isn't available. You need to package things such that this class remains
available.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048511#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...