> There must be a way of telling the Container to allow multiple
> access to the entity without waiting.

I believe that's dependent on how a Container allows access to
entity beans from multiple clients (transactions).

The behavior you are seeing (in JBoss) is probably because that's
the only mode of access allowed (maybe things have changed
in later versions?).

Other Containers (such as ours :) typically create as many instances
of entity beans as there are simultaneous clients and all these
instances run in parallel.

-krish

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to