[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Dec 6 00:11:39 EST 2006
You should set the SFSB timeout LONGER than the session timeout (try twice as long), not the same length.
And check if your @Remove method (or its interceptors) is throwing an exception. This is the most likely explanation for the problem. There is a bug in JBoss EJB3 that means an exception that occurs while removing an SFSB results in a NoSuchObjectException. Use your debugger to check this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991529#3991529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991529
More information about the jboss-user
mailing list