Hi,
I'm trying to cast
Integer pk = (Integer)(entityContext.getEJBObject().getPrimaryKey());
in method "public Enumeration ejbFindChildren()...". This always fails with
EJBServer:
postinvoke: System Exception in a home
method:java.lang.NullPointerException
I tried instead also:
(Integer)entityContext.getPrimaryKey()
but this does exactly the same error.
Is entityContext available only to ejbLoad()??
Thanks in advance,
peter
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".