[jboss-cvs] JBossAS SVN: r70463 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 6 01:40:01 EST 2008


Author: scott.stark at jboss.org
Date: 2008-03-06 01:40:00 -0500 (Thu, 06 Mar 2008)
New Revision: 70463

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
Comment out the rar-name and jmx-invoker-name from the input properties

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-03-06 06:20:43 UTC (rev 70462)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-03-06 06:40:00 UTC (rev 70463)
@@ -29,7 +29,6 @@
 import java.util.HashMap;
 import java.io.Serializable;
 import java.lang.annotation.Annotation;
-import java.lang.reflect.Type;
 
 import javax.naming.InitialContext;
 
@@ -685,10 +684,10 @@
                                     String conDef)
    {
       propValues.put("jndi-name", jndiName);
-      propValues.put("rar-name", rarName);
+      //propValues.put("rar-name", rarName);
       propValues.put("use-java-context", Boolean.TRUE);
       propValues.put("connection-definition", conDef);
-      propValues.put("jmx-invoker-name", "jboss:service=invoker,type=jrmp");
+      //propValues.put("jmx-invoker-name", "jboss:service=invoker,type=jrmp");
       propValues.put("min-pool-size", new Integer(0));
       propValues.put("max-pool-size", new Integer(11));
       propValues.put("blocking-timeout-millis", new Long(15000));




More information about the jboss-cvs-commits mailing list