[seam-commits] Seam SVN: r15307 - branches/enterprise/WFK-2_1/examples/restbay/restbay-ear.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 19 08:28:52 EDT 2012


Author: maschmid
Date: 2012-10-19 08:28:52 -0400 (Fri, 19 Oct 2012)
New Revision: 15307

Modified:
   branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
Log:
examples, restbay, initialize-in-order


Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml	2012-10-19 12:28:30 UTC (rev 15306)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml	2012-10-19 12:28:52 UTC (rev 15307)
@@ -57,7 +57,13 @@
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
                     <filtering>true</filtering>
+                    <initializeInOrder>true</initializeInOrder>
                     <modules>
+                        <ejbModule>
+                            <groupId>org.jboss.seam.examples.restbay</groupId>
+                            <artifactId>restbay-ejb</artifactId>
+                            <bundleFileName>restbay-ejb.jar</bundleFileName>
+                        </ejbModule>
                         <webModule>
                             <groupId>org.jboss.seam.examples.restbay</groupId>
                             <artifactId>restbay-web</artifactId>
@@ -65,11 +71,6 @@
                             <bundleFileName>restbay-web.war</bundleFileName>
                         </webModule>
                         <ejbModule>
-                            <groupId>org.jboss.seam.examples.restbay</groupId>
-                            <artifactId>restbay-ejb</artifactId>
-                            <bundleFileName>restbay-ejb.jar</bundleFileName>
-                        </ejbModule>
-                        <ejbModule>
                             <groupId>org.jboss.seam</groupId>
                             <artifactId>jboss-seam</artifactId>
                             <bundleFileName>jboss-seam.jar</bundleFileName>



More information about the seam-commits mailing list