Actually there is nothing in the spec mandating a single instance. You could
have multiple instances of the same entity bean (representing the same
persistent store) as long as their access to the store was synchronized and
changes are reflected accross all the beans.

Al

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gary Shea
Sent: Tuesday, January 30, 2001 8:46 PM
To: Orion-Interest
Subject: RE: Session EJB Accessibility


I could use a little help here.  My limited understanding of entity
beans suggests that if I create an EB using a particular
key value, as long as I refer only to that same key value there
would only be one instance of the EB.


Reply via email to