weird i always got the right lock and never defined it at method level but i never put lock on the interface
- Romain 2012/7/5 AndyG <[email protected]> > 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. >
