Only handled at method level if there was an 'explicitly defined @Lock' on
the method else...

org.apache.openejb.MethodContext#getLockType

public LockType getLockType() {
    return lockType != null? lockType: beanContext.getLockType();
}

...beanContext.getLockType() <-- Was LockType.WRITE (wrong), and is now
'this.lockType' (correct)

--
View this message in context: 
http://openejb.979440.n4.nabble.com/Re-svn-commit-r1357576-in-openejb-trunk-openejb-container-openejb-core-src-main-java-org-apache-opena-tp4656048p4656061.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to