Rickard Öberg wrote:
> 
> Hi!
> 
> Milan Madzia wrote:
> > You are right. It was my mistake in the test application.
> > But anyway , How to solve this problem ? I need somehow keep client
> > specific session data( and I don't want store it in HttpSession).
> > I have Similar using in my applet which in the thread is loading data
> > and in another thread use another methods from Bean. Using "critical
> > sections" for all calling of business method's is not so easy.
> 
> One possibility is to use an EntityBean. Have you considered that?

Of course, I can use EntityBean. But The session bean have a lifetime 
of client session, And session bean's are designed for this using. 
Also entity bean can access any user.... 
Generally using stateful session bean seams more clean.
Back to problem. I have found ejb1.1 spec (just paper format). I can't
find the place where the specification specified this behavior. Rickard,
I believe, it is there, but where?

mino


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

Reply via email to