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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 30 09:06:00 EDT 2012


Author: maschmid
Date: 2012-10-30 09:06:00 -0400 (Tue, 30 Oct 2012)
New Revision: 15322

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


Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml	2012-10-30 11:55:08 UTC (rev 15321)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml	2012-10-30 13:06:00 UTC (rev 15322)
@@ -57,7 +57,13 @@
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
                     <filtering>true</filtering>
+                    <initializeInOrder>true</initializeInOrder>
                     <modules>
+                        <ejbModule>
+                            <groupId>org.jboss.seam.examples.tasks</groupId>
+                            <artifactId>tasks-ejb</artifactId>
+                            <bundleFileName>tasks-ejb.jar</bundleFileName>
+                        </ejbModule>
                         <webModule>
                             <groupId>org.jboss.seam.examples.tasks</groupId>
                             <artifactId>tasks-web</artifactId>
@@ -65,16 +71,10 @@
                             <bundleFileName>tasks-web.war</bundleFileName>
                         </webModule>
                         <ejbModule>
-                            <groupId>org.jboss.seam.examples.tasks</groupId>
-                            <artifactId>tasks-ejb</artifactId>
-                            <bundleFileName>tasks-ejb.jar</bundleFileName>
-                        </ejbModule>
-                        <ejbModule>
                             <groupId>org.jboss.seam</groupId>
                             <artifactId>jboss-seam</artifactId>
                             <bundleFileName>jboss-seam.jar</bundleFileName>
                         </ejbModule>
-                        
                     </modules>
                 </configuration>
             </plugin>



More information about the seam-commits mailing list