org.ow2.easybeans.tests.inheritance |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
TestInheritance.java | Class | Verifies if the bean inheritance is following the JSR 220 spec.And verifies
also if the container accepts two methods with the same signature. |
TestInheritanceAnnotation.java | Class | Verifies if the bean inheritance is following the JSR 220 spec.The item 15.2.2
says that the injection must be available in the inheritance hierarchy. |
TestSLBeanLocalInheritance00.java | Class | Verifies if the bean inheritance is following the JSR 220 spec. |