I am using the J2EE to design a prototype application.  The problem I've run
into is that entity beans (using BMP) are not getting initialized properly.
The documentation (and serveral posts to this discussion) state that the
container calls ejbActivate to associate a bean with the database and then
calls ejbLoad to load the data.  The entity beans I am using are having
ejbActivate called, but not ejbLoad.  The result is that any session bean or
client that tries to use the entity beans receive null data.  Has anyone
else encountered this behavior?

===========================================================================
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".

Reply via email to