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 2008/11/18 17:01:30 UTC

svn commit: r718638 - /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java

Author: mriou
Date: Tue Nov 18 08:01:30 2008
New Revision: 718638

URL: http://svn.apache.org/viewvc?rev=718638&view=rev
Log:
ODE-427 Ability to run BPELTestAbstract without hibernate on the classpath

Modified:
    ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java

Modified: ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java?rev=718638&r1=718637&r2=718638&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java Tue Nov 18 08:01:30 2008
@@ -135,7 +135,7 @@
     /**
      * Constructor that hardwires OpenJPA on a new in-memory database. Suitable for tests.
      */
-    public ProcessStoreImpl(EndpointReferenceContext eprContext, ConfStoreConnectionFactory cf, DataSource inMemDs) {
+    public ProcessStoreImpl(EndpointReferenceContext eprContext, DataSource inMemDs) {
         this.eprContext = eprContext;
         DataSource hsqlds = createInternalDS(new GUID().toString());
         //when in memory we always create the model as we are starting from scratch