posted 19 years ago
Hi,
I was just wondering how I retrieve a Stateful Session Bean. I thought I could retrieve it using
ShoppingRemote cart = cartHome.create(userName);
However, when I do this I've lost the contents of my bean.
Can anyone help?
Thanks
Richard