Author: mwringe
Date: 2009-08-30 22:20:50 -0400 (Sun, 30 Aug 2009)
New Revision: 141
Modified:
components/pc/trunk/build/pom.xml
components/pc/trunk/test/pom.xml
components/pc/trunk/test/src/test/build.xml
Log:
Update the JBoss Remoting version due to an issue which could cause some remote tests to
silently fall when the server fails to restart during a test.
Modified: components/pc/trunk/build/pom.xml
===================================================================
--- components/pc/trunk/build/pom.xml 2009-08-31 01:40:33 UTC (rev 140)
+++ components/pc/trunk/build/pom.xml 2009-08-31 02:20:50 UTC (rev 141)
@@ -31,7 +31,8 @@
<version.apache.tomcat>5.5.12</version.apache.tomcat>
<version.jboss-logging>2.0.4.GA</version.jboss-logging>
<version.jbossxb>2.0.0.GA</version.jbossxb>
- <version.jboss-remoting>2.2.1.GA</version.jboss-remoting>
+ <version.jboss-remoting>2.5.0.GA</version.jboss-remoting>
+ <version.jboss.serialization>1.0.3.GA</version.jboss.serialization>
<version.gatein.common>2.0.0-SNAPSHOT</version.gatein.common>
<version.gatein.wci>2.0.0-SNAPSHOT</version.gatein.wci>
<version.jboss.unit>1.2.3</version.jboss.unit>
@@ -230,10 +231,15 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<version>${version.jboss-remoting}</version>
</dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <version>${version.jboss.serialization}</version>
+ </dependency>
<dependency>
<groupId>org.jboss.unit</groupId>
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2009-08-31 01:40:33 UTC (rev 140)
+++ components/pc/trunk/test/pom.xml 2009-08-31 02:20:50 UTC (rev 141)
@@ -94,7 +94,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
@@ -113,6 +113,11 @@
<artifactId>jboss-reflect</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>jboss</groupId>
@@ -274,7 +279,7 @@
<property name="dependency.jboss-unit-remote.jar"
value="${maven.dependency.org.jboss.unit.jboss-unit-remote.jar.path}"/>
<property name="dependency.portal-test.jar"
value="${maven.dependency.org.jboss.unit.portal-test.jar.path}"/>
<property name="dependency.portal-test-generic.jar"
value="${maven.dependency.org.jboss.unit.portal-test-generic.jar.path}"/>
- <property name="dependency.jboss-remoting.jar"
value="${maven.dependency.jboss.jboss-remoting.jar.path}"/>
+ <property name="dependency.jboss-remoting.jar"
value="${maven.dependency.org.jboss.remoting.jboss-remoting.jar.path}"/>
<property name="dependency.concurrent.jar"
value="${maven.dependency.concurrent.concurrent.jar.path}"/>
<property name="dependency.trove.jar"
value="${maven.dependency.trove.trove.jar.path}"/>
@@ -292,6 +297,7 @@
<property name="dependency.xercesImpl.jar"
value="${maven.dependency.apache-xerces.xercesImpl.jar.path}"/>
<property name="dependency.xml-apis.jar"
value="${maven.dependency.apache-xerces.xml-apis.jar.path}"/>
<property name="dependency.jbossxb.jar"
value="${maven.dependency.org.jboss.jbossxb.jar.path}"/>
+ <property name="dependency.jboss-serialization.jar"
value="${maven.dependency.jboss.jboss-serialization.jar.path}"/>
<property name="dependency.cargo-core-uberjar.jar"
value="${maven.dependency.org.codehaus.cargo.cargo-core-uberjar.jar.path}"/>
<property name="dependency.cargo-ant.jar"
value="${maven.dependency.org.codehaus.cargo.cargo-ant.jar.path}"/>
Modified: components/pc/trunk/test/src/test/build.xml
===================================================================
--- components/pc/trunk/test/src/test/build.xml 2009-08-31 01:40:33 UTC (rev 140)
+++ components/pc/trunk/test/src/test/build.xml 2009-08-31 02:20:50 UTC (rev 141)
@@ -160,6 +160,7 @@
<path location="${dependency.activation.jar}"/>
<path location="${dependency.jaxb.jar}"/>
<path location="${dependency.ccpp.jar}"/>
+ <path location="${dependency.jboss-serialization.jar}"/>
</path>
<path id="jetty-6.1">
Show replies by date