[jboss-cvs] JBossAS SVN: r109716 - in branches/JBPAPP_5_1_datagrid: testsuite/src/main/org/jboss/test/cluster/datagrid/test and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 5 20:53:48 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-12-05 20:53:46 -0500 (Sun, 05 Dec 2010)
New Revision: 109716

Modified:
   branches/JBPAPP_5_1_datagrid/component-matrix/pom.xml
   branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java
   branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml
Log:
Update infinispan version to 4.2.0.CR3

Modified: branches/JBPAPP_5_1_datagrid/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/component-matrix/pom.xml	2010-12-05 08:14:41 UTC (rev 109715)
+++ branches/JBPAPP_5_1_datagrid/component-matrix/pom.xml	2010-12-06 01:53:46 UTC (rev 109716)
@@ -51,7 +51,7 @@
     <version.org.hibernate.entity.manager>3.4.0.GA_CP03</version.org.hibernate.entity.manager>
     <version.org.hibernate.validator>3.1.0.GA</version.org.hibernate.validator>
     <version.org.hibernate>3.3.2.GA_CP03</version.org.hibernate>
-    <version.org.infinispan>4.2.0.CR2</version.org.infinispan>
+    <version.org.infinispan>4.2.0.CR3</version.org.infinispan>
     <version.org.jboss.aop>2.1.6.GA_CP01</version.org.jboss.aop>
     <version.org.jboss.aspects.currentinvocation>1.0.1</version.org.jboss.aspects.currentinvocation>
     <version.org.jboss.aspects.remoting>1.0.3</version.org.jboss.aspects.remoting>

Modified: branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java
===================================================================
--- branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java	2010-12-05 08:14:41 UTC (rev 109715)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientRemoteCacheManagerTestCase.java	2010-12-06 01:53:46 UTC (rev 109716)
@@ -136,6 +136,9 @@
 	 */
 	public void testDefaultConstructor() {
 		
+		RemoteCacheManager rcm = new RemotecacheManager() ;
+		Properties props = rcm.getProperties() ;
+		System.out.println("defaultProperties = + + props") ;
 	}
 
 	/*

Modified: branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml	2010-12-05 08:14:41 UTC (rev 109715)
+++ branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml	2010-12-06 01:53:46 UTC (rev 109716)
@@ -1049,7 +1049,7 @@
             <dependency>
               <groupId>org.infinispan</groupId>
               <artifactId>infinispan-client-hotrod</artifactId>
-              <version>4.1.0.FINAL</version>
+              <version>4.2.0.CR3</version>
               <mapping>
                 <componentId>org.infinispan.client.hotrod</componentId>
               </mapping>
@@ -1957,7 +1957,7 @@
     <dependency>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-client-hotrod</artifactId>
-      <version>4.1.0.FINAL</version>
+      <version>4.2.0.CR3</version>
     </dependency>    
     <dependency>
       <groupId>joesnmp</groupId>



More information about the jboss-cvs-commits mailing list