On Tuesday 21 November 2000 12:47, you wrote:
> >Is it possible to instatiate more than one session bean from the same
> > class,
> >
> >for the same session? I'm planning to make a mullti-threaded servlet that
>
> you mean the same httpsession, don't you?
Yes, the same HttpSession ...
> >each thread instantiate one session bean object and works with it.
>
> could you describe a little more what you're trying to achieve?
I need to execute something concurrently. For this, I need many session beans
for the same class and then excute these session beans from a multi-threaded
servlet.
[]s
Guilherme Ceschiatti