Hi Sri Can u plz elaborate a little bit on this topic? I mean how PK is associated with the bean even when its in pool?
EJB Specification says "The implementation of the findByPrimaryKey(primaryKey) method must ensure that the entity object exists."
Does that mean that we can call find...(pri...) method as long as we dont call remove for the ejb Object? Or put it in other way.. Does that mean that once u call remove() method on a EJB object we can not call find... (pri) method when the bean is in pool sate? Plz Make the doubt clear....
Thanx
[ November 11, 2003: Message edited by: Bish Ach ]