Author: rr
Date: Thu Jun 24 18:49:02 2010
New Revision: 957677
URL: http://svn.apache.org/viewvc?rev=957677&view=rev
Log:
Removed PXE references
Modified:
ode/trunk/BUILDING
ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
Modified: ode/trunk/BUILDING
URL:
http://svn.apache.org/viewvc/ode/trunk/BUILDING?rev=957677&r1=957676&r2=957677&view=diff
==============================================================================
--- ode/trunk/BUILDING (original)
+++ ode/trunk/BUILDING Thu Jun 24 18:49:02 2010
@@ -52,7 +52,7 @@ bin/sendsoap.sh http://localhost:8080/od
The URLs should be updated according to the address defined in the WSDL file
for the process service.
-If you want to use an IDE to explore the PXE sources or debug PXE executables,
Eclipse .project and .classpath files are present in all the modules; simply
choose File|Import from the Eclipse menu, and select the root ODE directory.
You may also use Maven to generate project files for other IDEs. See the Maven
documentation for details.
+If you want to use an IDE to explore the ODE sources or debug ODE executables,
Eclipse .project and .classpath files are present in all the modules; simply
choose File|Import from the Eclipse menu, and select the root ODE directory.
You may also use Maven to generate project files for other IDEs. See the Maven
documentation for details.
Running in ServiceMix (JBI deployment)
--------------------------------------
Modified:
ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
URL:
http://svn.apache.org/viewvc/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java?rev=957677&r1=957676&r2=957677&view=diff
==============================================================================
---
ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
(original)
+++
ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
Thu Jun 24 18:49:02 2010
@@ -265,7 +265,7 @@ public class BpelProcess {
// For a one way, once the engine is done, the mex can be safely
released.
// Sean: not really, if route is not found, we cannot delete the mex
yet
- // Rafal: We don't do cleanup here, look at PXEI-711
+ // Rafal: We don't do cleanup here
// if
(mex.getPattern().equals(MessageExchange.MessageExchangePattern.REQUEST_ONLY)
&& routed && getCleanupCategories(false).contains(CLEANUP_CATEGORY.MESSAGES)) {
// mex.release();
// }