[jboss-cvs] JBossAS SVN: r100007 - trunk/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 13:52:47 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-01-27 13:52:47 -0500 (Wed, 27 Jan 2010)
New Revision: 100007

Modified:
   trunk/server/src/etc/conf/all/bootstrap/deployers.xml
Log:
[JBAS-7663] POST_PARSE makes more tests fail, undo and use PARSE (default)

Modified: trunk/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-27 18:11:08 UTC (rev 100006)
+++ trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-27 18:52:47 UTC (rev 100007)
@@ -170,7 +170,6 @@
       <constructor>
          <parameter><inject bean="AOPXMLMetaDataParserDeployer" property="relativeOrder"/></parameter>
       </constructor>
-      <property name="stage">POST_PARSE</property>
    </bean>
    <bean name="AOPClassLoaderDeployer" class="org.jboss.aop.asintegration.jboss5.AOPClassLoaderDeployer">
       <property name="aspectManager"><inject bean="AspectManager" property="aspectManager"/></property>




More information about the jboss-cvs-commits mailing list