View results here ->
http://tck2.jboss.com/cc/?log=log20040429063751
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| modified | loubyansky | testsuite/src/resources/cmp2/optimisticlock/META-INF/ejb-jar.xml | added custom finder |
| modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/optimisticlock/ejb/CmpEntityBean.java | use custom finder to trigger synchronization |
| modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/optimisticlock/ejb/FacadeBean.java | use custom finder to trigger synchronization |
| modified | loubyansky | server/src/main/org/jboss/ejb/plugins/BMPPersistenceManager.java | findByPrimaryKey refactoring: don't synchronize before findByPrimaryKey (allowed by the spec), don't query the db in case of commit option C if the instance is already in the cache |
| modified | loubyansky | server/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java | findByPrimaryKey refactoring: don't synchronize before findByPrimaryKey (allowed by the spec), don't query the db in case of commit option C if the instance is already in the cache |
| modified | loubyansky | server/src/main/org/jboss/ejb/EntityContainer.java | findByPrimaryKey refactoring: don't synchronize before findByPrimaryKey (allowed by the spec), don't query the db in case of commit option C if the instance is already in the cache |