@ -55,7 +55,7 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {
@@ -55,7 +55,7 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {
publicvoidtestIsProxy()throwsException{
TransactionalTestBeanbean=getTestBean();
assertTrue("testBean is not a proxy",AopUtils.isAopProxy(bean));
assertTrue("Stereotype annotation not visible",services.containsKey("testBean"));
}
@ -110,7 +110,7 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {
@@ -110,7 +110,7 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {
publicstaticclassTransactionalTestBean{
@Transactional(readOnly=true)
publicCollectionfindAllFoos(){
publicCollection<?>findAllFoos(){
returnnull;
}
@ -118,6 +118,10 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {
@@ -118,6 +118,10 @@ public class AnnotationTransactionNamespaceHandlerTests extends TestCase {