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() {