Carl's solution worked. Never would have guessed it had he not said something.
Thanks, Carl.
I had to remove all @In's from my Session scoped SFSB's and change them to direct
access through Component.getInstance.
Changed session timeout in web.xml to 1 minute -- far less than the idle timeout of the
SFSB's -- and allowed me to test quickly.
With the @In's present, I get the previously mentioned error.
With the @In's absent, everything works as it used to in b1 and below -- the error no
longer occurs. Again -- only change was the removal of all @In's from the session
scoped SFSB's.
Would you like a test case for this? Unlike Carl, I've had no luck with the nightlies
fixing this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990324#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...