[jboss-dev-forums] [Design of POJO Server] - Re: Annotation to metadata status
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Nov 21 02:58:16 EST 2007
"wolfc" wrote : 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.
|
Ok, I see. This requires validation of the @Remote target class. Is this something we need to be adding to the processor?
"wolfc" wrote :
| 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();
| | ...
| | }
| Looks good.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106629#4106629
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106629
More information about the jboss-dev-forums
mailing list