[jboss-cvs] JBossAS SVN: r74348 - projects/jboss-deployers/trunk/deployers-vfs/src/tests/org/jboss/test/deployers/vfs/structure/ear/support.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 10 05:43:01 EDT 2008


Author: alesj
Date: 2008-06-10 05:43:01 -0400 (Tue, 10 Jun 2008)
New Revision: 74348

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/src/tests/org/jboss/test/deployers/vfs/structure/ear/support/MockEarStructureDeployer.java
Log:
comment

Modified: projects/jboss-deployers/trunk/deployers-vfs/src/tests/org/jboss/test/deployers/vfs/structure/ear/support/MockEarStructureDeployer.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/tests/org/jboss/test/deployers/vfs/structure/ear/support/MockEarStructureDeployer.java	2008-06-10 09:41:28 UTC (rev 74347)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/tests/org/jboss/test/deployers/vfs/structure/ear/support/MockEarStructureDeployer.java	2008-06-10 09:43:01 UTC (rev 74348)
@@ -352,6 +352,9 @@
 
    private Integer getType(AnnotationEnvironment env, Class<? extends Annotation> annotation, int type)
    {
+      // in real deployer this should use annotation class directly
+      // since annotation class on beans should be the same as
+      // annotation classes in deployer
       return (env.hasClassAnnotatedWith(annotation.getName())) ? type : null;
    }
 




More information about the jboss-cvs-commits mailing list