Hi,

I use Stateful Session bean for keeping information for each user. The
Session bean is stored to the HttpSession. If servlets are running in
one frame all is OK. But if I let run servelts in 3 frames the "No
concurrent calls on stateful beans Exception" is called. 
I tested the same bean in simple thread application( 20 threads used the
same bean ) and no exception was thrown. Therefore I guess the problem
is in Tomcat. 

any ideas ?
thanks 
mino


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to