[jboss-cvs] JBossAS SVN: r60171 - projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 18:56:52 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-02-01 18:56:49 -0500 (Thu, 01 Feb 2007)
New Revision: 60171

Modified:
   projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml
Log:
Add some tests trying to reproduce the problems with aspects on deployers

Modified: projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml	2007-02-01 23:42:21 UTC (rev 60170)
+++ projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml	2007-02-01 23:56:49 UTC (rev 60171)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
+   <bean name="JBossServer" class="org.jboss.test.microcontainer.support.deployers.JBossServer"/>
+
    <bean name="ProfileService" class="java.lang.Object"/>
    
-   <bean name="JBossServer" class="org.jboss.test.microcontainer.support.deployers.JBossServer"/>
-
    <bean name="JMXKernel" class="org.jboss.test.microcontainer.support.deployers.JMXKernel">
       <property name="kernel"><inject bean="jboss.kernel:service=Kernel"/></property>
       <property name="serverImpl"><inject bean="JBossServer"/></property>




More information about the jboss-cvs-commits mailing list