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 2006/11/08 01:00:46 UTC

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

Author: mriou
Date: Tue Nov  7 16:00:45 2006
New Revision: 472341

URL: http://svn.apache.org/viewvc?view=rev&rev=472341
Log:
Updating to reflect recent store changes.

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=472341&r1=472340&r2=472341
==============================================================================
--- 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 Tue Nov  7 16:00:45 2006
@@ -76,7 +76,7 @@
             createDataSource();
             createDAOConnection();
             createScheduler();
-            _store = new ProcessStoreImpl(new File("."), _dataSource);
+            _store = new ProcessStoreImpl(new File("."), null, null);
 
             if (_daoCF == null)
                 throw new RuntimeException("No DAO");