3 Replies Latest reply on Feb 24, 2003 11:57 AM by aloubyansky

    Reentrant method call detected

    milasx

      I am using the JDBCOptimisticLock with
      <optimistic-locking>
      <modified-strategy/>
      </optimistic-locking>
      but gets lots of
      javax.ejb.EJBException: Reentrant method call detected: MDSKeyVector
      on my Entity EJB
      Any idea on how to have parallel thread execution on this? Also note that I am currently only reading from the bean?

      Thanks

      Simone