A session bean calls getPrimaryKey() on its context.
The bean gets IllegalStateException.
How can this be possible when there is no
getPrimaryKey() method in a session bean's context (javax.ejb.SessionContext)? Neither SessionContext nor its super type, EJBContext, has
getPrimaryKey() method. Only EntityContext has it. A SessionBean cannot see it, though.
[ February 10, 2005: Message edited by: Keerthi P ]
SCJP, SCWCD, SCBCD, OCA J8