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:
parent
fd9fb4a295
commit
11a3882e60
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue