[seam-commits] Seam SVN: r14393 - in branches/community/Seam_2_3: jboss-seam-parent and 4 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 14 13:41:33 EDT 2012


Author: manaRH
Date: 2012-03-14 13:41:32 -0400 (Wed, 14 Mar 2012)
New Revision: 14393

Modified:
   branches/community/Seam_2_3/jboss-seam-parent/pom.xml
   branches/community/Seam_2_3/jboss-seam-ui/pom.xml
   branches/community/Seam_2_3/jboss-seam/pom.xml
   branches/community/Seam_2_3/seam-integration-tests/pom.xml
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/BusinessProcessTest.java
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java
Log:
JBSEAM-4900 upgraded jbpm3 to be compatible with Hibernate4

Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml	2012-03-14 17:41:32 UTC (rev 14393)
@@ -368,7 +368,7 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.jbpm</groupId>
+			<groupId>org.jbpm.jbpm3</groupId>
 			<artifactId>jbpm-jpdl</artifactId>
 			<optional>true</optional>
 		</dependency>

Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2012-03-14 17:41:32 UTC (rev 14393)
@@ -235,13 +235,13 @@
 <!--             </dependency> -->
 
 			<dependency>
-				<groupId>org.jbpm</groupId>
+				<groupId>org.jbpm.jbpm3</groupId>
 				<artifactId>jbpm-jpdl</artifactId>
-				<version>3.2.2</version>
+				<version>3.2.10.SP3_seam2</version>
 				<exclusions>
 					<exclusion>
 						<groupId>org.hibernate</groupId>
-						<artifactId>hibernate</artifactId>
+						<artifactId>hibernate-core</artifactId>
 					</exclusion>
 				</exclusions>
 			</dependency>

Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml	2012-03-14 17:41:32 UTC (rev 14393)
@@ -140,7 +140,7 @@
 
 
 		<dependency>
-			<groupId>org.jbpm</groupId>
+			<groupId>org.jbpm.jbpm3</groupId>
 			<artifactId>jbpm-jpdl</artifactId>
 			<optional>true</optional>
 			<exclusions>

Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml	2012-03-14 17:41:32 UTC (rev 14393)
@@ -63,7 +63,7 @@
 
 	<dependencies>
 		<dependency>
-		  <groupId>org.jbpm</groupId>
+		  <groupId>org.jbpm.jbpm3</groupId>
 		  <artifactId>jbpm-jpdl</artifactId>
 		</dependency>
 

Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/BusinessProcessTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/BusinessProcessTest.java	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/BusinessProcessTest.java	2012-03-14 17:41:32 UTC (rev 14393)
@@ -11,7 +11,7 @@
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
- at Ignore
+//@Ignore
 @RunWith(Arquillian.class)
 public class BusinessProcessTest 
     extends JUnitSeamTest

Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java	2012-03-14 17:41:01 UTC (rev 14392)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java	2012-03-14 17:41:32 UTC (rev 14393)
@@ -15,7 +15,7 @@
  * @author Pete Muir
  *
  */
- at Ignore
+//@Ignore
 @RunWith(Arquillian.class)
 public class SeamExpressionEvaluatorTest extends JUnitSeamTest
 {



More information about the seam-commits mailing list