[Jboss-cvs] JBossAS SVN: r55957 - in trunk/testsuite/src/resources/aop/scoped: ear1/META-INF ear2/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 15 11:17:57 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-08-15 11:17:53 -0400 (Tue, 15 Aug 2006)
New Revision: 55957

Modified:
   trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/application.xml
   trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/application.xml
Log:
[JBAOP-280] From JBoss AS 4.0.5.CR1, the ordering within an .ear is as listed in the application.xml

Modified: trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/application.xml
===================================================================
--- trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/application.xml	2006-08-15 14:43:47 UTC (rev 55956)
+++ trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/application.xml	2006-08-15 15:17:53 UTC (rev 55957)
@@ -5,6 +5,9 @@
 <application>
     <display-name>AOP in JBoss example</display-name>
     <module>
+        <java>aop-scopedear1.aop</java>
+    </module>
+    <module>
         <ejb>aop-scopedear1-ejb.jar</ejb>
     </module>
     <module>
@@ -13,7 +16,4 @@
           <context-root>/ear1</context-root>
        </web>
    </module>
-   <module>
-        <java>aop-scopedear1.aop</java>
-    </module>
 </application>

Modified: trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/application.xml
===================================================================
--- trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/application.xml	2006-08-15 14:43:47 UTC (rev 55956)
+++ trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/application.xml	2006-08-15 15:17:53 UTC (rev 55957)
@@ -5,6 +5,9 @@
 <application>
     <display-name>AOP in JBoss example</display-name>
     <module>
+        <java>aop-scopedear2.aop</java>
+    </module>
+    <module>
         <ejb>aop-scopedear2-ejb.jar</ejb>
     </module>
     <module>
@@ -13,7 +16,4 @@
           <context-root>/ear2</context-root>
        </web>
    </module>
-   <module>
-        <java>aop-scopedear2.aop</java>
-    </module>
 </application>




More information about the jboss-cvs-commits mailing list