[jboss-cvs] JBossAS SVN: r76486 - projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 30 12:56:21 EDT 2008


Author: alesj
Date: 2008-07-30 12:56:21 -0400 (Wed, 30 Jul 2008)
New Revision: 76486

Modified:
   projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java
Log:
Move into post_classloader deployment stage - same as annotation metadata deployer.

Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java	2008-07-30 16:23:33 UTC (rev 76485)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java	2008-07-30 16:56:21 UTC (rev 76486)
@@ -45,7 +45,7 @@
    public GenericAnnotationDeployer()
    {
       super(Module.class);
-      setStage(DeploymentStages.PRE_REAL);
+      setStage(DeploymentStages.POST_CLASSLOADER);
       setOutput(AnnotationEnvironment.class);
    }
 




More information about the jboss-cvs-commits mailing list