[jboss-cvs] JBossAS SVN: r105577 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 2 08:11:51 EDT 2010


Author: emuckenhuber
Date: 2010-06-02 08:11:50 -0400 (Wed, 02 Jun 2010)
New Revision: 105577

Modified:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
Log:
fix use-try-lock metatype type (JBPAPP-4356)

Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java	2010-06-02 11:51:40 UTC (rev 105576)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java	2010-06-02 12:11:50 UTC (rev 105577)
@@ -397,7 +397,7 @@
       propValues.put("query-timeout", SimpleValueSupport.wrap(new Integer(100)));
       propValues.put("url-delimiter", SimpleValueSupport.wrap("+"));
       propValues.put("url-selector-strategy-class-name", SimpleValueSupport.wrap("org.jboss.test.jca.support.MyURLSelector"));
-      propValues.put("use-try-lock", SimpleValueSupport.wrap(new Long(5000)));
+      propValues.put("use-try-lock", SimpleValueSupport.wrap(new Integer(5000)));
    }
 
    private void addCommonCfProperties(Map<String, MetaValue> propValues,




More information about the jboss-cvs-commits mailing list