[jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle

FabryProg do-not-reply at jboss.com
Wed Aug 8 04:21:07 EDT 2007


The problem is caused by 
...
 at java.lang.Class.newInstance0(Class.java:335)....
...

Try this fix:
All stateful bean's variables should implement serializable object and contain their own default constructor

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

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



More information about the jboss-user mailing list