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 2009/03/06 03:02:55 UTC

svn commit: r750747 - /ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java

Author: mriou
Date: Fri Mar  6 02:02:55 2009
New Revision: 750747

URL: http://svn.apache.org/viewvc?rev=750747&view=rev
Log:
Failing too loudly.

Modified:
    ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java

Modified: ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java
URL: http://svn.apache.org/viewvc/ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java?rev=750747&r1=750746&r2=750747&view=diff
==============================================================================
--- ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java (original)
+++ ode/branches/restful/runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/BoundVariableEvaluationContext.java Fri Mar  6 02:02:55 2009
@@ -58,7 +58,7 @@
     }
 
     public Long getProcessId() {
-        throw new InvalidProcessException("Process id not available in this context.");
+        return null;
     }
 
     public boolean narrowTypes() {