[jboss-dev-forums] [Design of POJO Server] - Re: Annotation to metadata status
wolfc
do-not-reply at jboss.com
Wed Nov 21 02:40:24 EST 2007
Bugrit, I forgot to commit the MyStateless21Bean fix.
MyStatefulBean is not according to spec. It declares an EJB 2.1 remote home with an EBJ 3 remote business interface, but no EJB 2.1 remote interface. (EJB 3 4.6.1 bullet 2 & 3) So unless we're doing a negative test, this should be cleaned up.
I've added the ability to load a sub-package to AnnotationEjb3UnitTestCase.
I can move this to the common test package and allow for the following:
@ScanPackage("org.jboss.test.metadata.ejb3.annotation.multiview")
| public void testMultiview() {
| Collection<Class<?>> classes = PackageScanner.loadClasses();
| ...
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106616#4106616
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106616
More information about the jboss-dev-forums
mailing list