[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

rdewell do-not-reply at jboss.com
Fri Dec 1 11:24:48 EST 2006


OK, I've reproduced this using the Seam "issues" example which has a Session scoped SFSB "login".

I made the following change ONLY in web.xml in both B1 and CR1:


  | <session-config>
  |   <session-timeout>1</session-timeout> 
  | </session-config>
  | 

Build each, and run each, visiting:


  | http://localhost:8080/seam-issues/login.jsf
  | 

Now, wait 1 minute for the session to timeout.

In 1.1B1 you will not receive an error.

In 1.1CR1 and CR2 you will receive the error we've been discussing.


  | 08:09:18,786 WARN  [Contexts] Could not destroy component: login
  | javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o02-9sgq0c-ev6si2et-1-ev6sj163-c
  | 

I can send you the builds if necessary. 

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

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



More information about the jboss-user mailing list