2 Replies Latest reply on Sep 13, 2011 11:41 AM by rsprasad

    In EJB2, can similarly named methods in session and entity bean cause EJBLock wait

    rsprasad

      Can calling a session bean method named getTx() which in turns

      calls an  entity bean method of same name but different parameters say getTx(int x, String y)

      in quick succession that too at high loads result in following error:

       

      org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.waitForTx(javax.transaction.Transaction, boolean) (line: 323)