Hi,
In EJB2.0 spec page no.44 they mentioned
Each EJB object lives in a home, and has a unique identity within its home. For session beans, the Container
is responsible for generating a new unique identifier for each session object.
I have a doubt that Whether For Statless Session Beans, the container maintains unique identifier for each one.. or not...
If yes.. How can we get true when checking two stateless session bean EJBObjects by isIdentical() method..
Please Clarify...
Thanks
Hari Krishna.