In
EJB Spec. 2.0, Section 6.9.2,
First paragraph (2nd line) says,
"If a stateless session bean is deployed multiple times (each deployment results in the creation of a distinct home), session objects from different homes will have a different identity" I really don't understand the above sentence.
If same SLSB is deployed multiple times, how can a client hold all the ejbobject references (one ejbobject per deployment basis).
Can anybody help me in understanding this ?
Thanks in advance.
Micheal