Remove debug code from EmbeddedODEServer

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
edwardsmj 2009-07-28 08:07:20 +00:00
parent fd9fb4a295
commit 11a3882e60

View file

@ -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);
}