Hi
i have a weird EJB-Problem with an EntityBean.
I have a EntityBean for storing some userdata.
If i call findByPrimaryKey(userid) i recieve the correct
EntityBean w�th the correct userdata.
if another user loggs on anything seems to work, but he is
recieving the same instance of the entitybean, that means he
points to the same instance and of cource overwrites the data of
the first user. The entitycontext is set well that means though
the userdata is set to the seconds user data the primarykey
survives and is correctly stored, but i guess it is stored in
Remoteclass and this is different for both users.
by the way
this problem only occurs if i am using iplanet.
if i use jboss i recieve different instances
and so there is no problem.
any advice is welcome
kind regards
Burkard Endres
==========================================================================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".