JBoss Community

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

created by R Saravana Prasad in Beginner's Corner - View the full discussion

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)

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community