1 Reply Latest reply on Mar 13, 2004 7:31 AM by aloubyansky

    createBeanClassInstanceCommand == null

    shmel

      Hi!
      Please what does mean the following exception:


      javax.ejb.TransactionRolledbackLocalException: createBeanClassInstanceCommand == null; CausedByException is:
      createBeanClassInstanceCommand == null

      Thanks.

        • 1. Re: createBeanClassInstanceCommand == null
          aloubyansky

          This is configuration issue. It means the command that is responsible for ejbCreate was not found for some reason.
          If you use entity-command tag, make sure it is correct. Otherwise, make sure that you are using correct standardjbosscmp-jdbc.xml file with the corresponding JBoss version.