> The problem with session bean is, as far as I understand, every session
> is unique. So if I calculate the state in one session, then it won't be
> accessible next time I invoke the session bean, although the data has
> not changed. I can never get to the same session bean again, which
> defeats the purpose of caching.
You may use Handle to have access to stateful (and every other) bean at the
next user session. The thing you have to provide is long enough timeout to
let that bean wait for the next call.
Hope this will help.
Vale! - Mikhail Akopov
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user