summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 08:07:20 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 08:07:20 +0000
commit11a3882e60836521946a38d80334e39bb0dd45d5 (patch)
tree9d54d2cc8135c8b84637b1e65b4e795cd0f618d8 /java/sca
parentfd9fb4a2951780511ba0925415efa48aca8f4b54 (diff)
Remove debug code from EmbeddedODEServer
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-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);
}