You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/04/12 01:40:08 UTC

svn commit: r527721 - /incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java

Author: mriou
Date: Wed Apr 11 16:40:07 2007
New Revision: 527721

URL: http://svn.apache.org/viewvc?view=rev&rev=527721
Log:
log4j logging

Modified:
    incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java

Modified: incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java?view=diff&rev=527721&r1=527720&r2=527721
==============================================================================
--- incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java (original)
+++ incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java Wed Apr 11 16:40:07 2007
@@ -193,7 +193,7 @@
         daoCF.setDataSource(_dataSource);
         daoCF.setTransactionManager(_txManager);
         Properties props = new Properties();
-        props.put("openjpa.Log", "DefaultLevel=TRACE");
+        props.put("openjpa.Log", "log4j");
         props.put("openjpa.jdbc.SynchronizeMappings", "buildSchema(ForeignKeys=false)");
         daoCF.init(props);
         _daoCF = daoCF;