2 Replies Latest reply on Jun 28, 2003 8:23 PM by cryokeeper

    ejbLoad

    twutort

      I want my ejbLoad to be called before every transaction. However, it is not. What should the commit-options be for this? I looked and they are all set to C.

        • 1. Re: ejbLoad
          twutort

          Here is a little more on this problem. We are using beans that we developed in weblogic. These beans were created so that ejbload must be called before an ejbstore. Is this possible in jboss? I'm noticing that right after a create the ejb store is called. However, store requires a value that is retrieved by ejbload. Is it possible to make the ejbload be called after create?

          • 2. Re: ejbLoad

            That is what the postCreate method is for.