0 Replies Latest reply on Jul 11, 2002 7:32 PM by buzztroll

    ejbLoad with BMP

    buzztroll

      I have a ejb using bmp. The database holding its state is updated outside of the ejb. Is there a way that I can force the container to call ejbLoad(), before allowing any calls to its member functions?

      What I am seeing now is the container calls setEntityContext() then the method call goes.