summaryrefslogtreecommitdiffstats
path: root/java/sca/modules
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules')
-rw-r--r--java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java b/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
index 0772c88c4e..5c0129fd41 100644
--- a/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
+++ b/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
@@ -92,15 +92,12 @@ public class EmbeddedODEServer {
Properties confProps = new Properties();
confProps.put("openjpa.jdbc.SynchronizeMappings", "buildSchema(ForeignKeys=false)");
- // MJE 30/06/2009 - testing - limit the thread pools to max = 1 thread
- confProps.put("ode-scathreads.pool.size", "1" );
_config = new OdeConfigProperties(confProps, "ode-sca");
// Setting work root as the directory containing our database
try {
_workRoot = getDatabaseLocationAsFile();
- //_workRoot = new File(dbLocation.toURI()).getParentFile();
} catch (URISyntaxException e) {
throw new ODEInitializationException(e);
}