[jboss-user] [JBoss Seam] - Re: Stateful session bean component should have a method mar
mzeijen
do-not-reply at jboss.com
Tue Sep 5 10:12:20 EDT 2006
It sais that it encounterd a statefull Seam component without a method that is marked with "@Remove @Destroy".
Every statefull Seam component must have such a method. Luckily Seam tells you about it else you would have problems with memory leaks and you wouldn't know where to look.
Don't forget: every normal ejb3 statefull session beans should have a method marked with the @Remove annotation else you will also get memory leaks. EJB3 DOES NOT WARN YOU!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969472#3969472
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969472
More information about the jboss-user
mailing list