View results here ->
http://tck2.jboss.com/cc/?log=log20040429143245Lbuild.105
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| modified | bwang00 | cache/docs/html/FAQ.html | Updated for release1.01 |
| modified | bwang00 | cache/docs/html/TreeCache.html | Updated for release1.01 |
| modified | bwang00 | cache/docs/html/TreeCacheAop.html | Updated for release1.01 |
| modified | bwang00 | cache/docs/Changelog.txt | Updated for release1.01 |
| modified | bwang00 | cache/docs/FAQ.xml | Updated for release1.01 |
| modified | bwang00 | cache/docs/Readme.txt | Updated for release1.01 |
| modified | bwang00 | cache/docs/ReleaseNotes.txt | Updated for release1.01 |
| modified | bwang00 | cache/docs/TreeCache.xml | Updated for release1.01 |
| 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 |