Author: ozizka(a)redhat.com
Date: 2009-07-20 07:27:25 -0400 (Mon, 20 Jul 2009)
New Revision: 565
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/connfactories/ConnFactoryTest.java
Log:
* ConnFactoryTest: "track-connection-by-tx property" replaced with
"intereaving"
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/connfactories/ConnFactoryTest.java
===================================================================
---
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/connfactories/ConnFactoryTest.java 2009-07-16
23:24:09 UTC (rev 564)
+++
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/connfactories/ConnFactoryTest.java 2009-07-20
11:27:25 UTC (rev 565)
@@ -180,8 +180,10 @@
propertiesMap.put("prefill", SimpleValueSupport.wrap(prefill));
propertiesMap.put("idle-timeout-minutes", SimpleValueSupport.wrap(new
Integer(60)));
propertiesMap.put("allocation-retry", SimpleValueSupport.wrap(new
Integer(10)));
- propertiesMap.put("track-connection-by-tx",
SimpleValueSupport.wrap(Boolean.TRUE));
- propertiesMap.put("use-java-context",
SimpleValueSupport.wrap(Boolean.TRUE));
+ //propertiesMap.put("track-connection-by-tx",
SimpleValueSupport.wrap(Boolean.TRUE));
+ //This property supercedes the "track-connection-by-tx" property from
earlier versions of JBoss AS.
+ propertiesMap.put("interleaving",
SimpleValueSupport.wrap(Boolean.FALSE));
+ propertiesMap.put("use-java-context",
SimpleValueSupport.wrap(Boolean.TRUE));
propertiesMap.put("no-tx-separate-pools",
SimpleValueSupport.wrap(Boolean.FALSE));
propertiesMap.put("blocking-timeout-millis",
SimpleValueSupport.wrap(new Integer(30000)));
propertiesMap.put("securityDeploymentType",
SimpleValueSupport.wrap("APPLICATION"));
Show replies by date