Modified: 
websites/staging/ode/trunk/content/direct-process-to-process-communication.html
==============================================================================
--- 
websites/staging/ode/trunk/content/direct-process-to-process-communication.html 
(original)
+++ 
websites/staging/ode/trunk/content/direct-process-to-process-communication.html 
Fri Jul 14 10:08:12 2017
@@ -1,123 +1,134 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Apache ODE &ndash; Direct Process-to-Process Communication</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
-
-    <link href="/css/application.min.css" rel="stylesheet" media="screen">
-    
-
-    
-    
-
-    <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
-  </head>
-  <body>
-
-    <!-- Navbar -->
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="/index.html">Apache ODE</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="/getting-ode.html">Getting ODE</a>
-              </li>
-              <li class="active dropdown">
-                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/userguide/">User Guide</a></li>
-                  <li><a href="/developerguide/">Developer Guide</a></li>
-                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
-                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
-                  <li><a href="/faq.html">FAQ</a></li>
-                  <li><a href="/roadmap.html">Roadmap</a></li>
-                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
-                  <li><a href="/javadoc/">Javadoc</a></li>
-                </ul>
-              </li>
-              <li class=" dropdown">
-                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
-                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
-                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
-                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
-                  <li><a href="/contributors.html">Contributors</a></li>
-                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
-                </ul>
-              </li>
-              <li class="dropdown">
-                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
-                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <!-- Subhead -->
-    
-    <header class="jumbotron subhead" id="overview">
-      <div class="container">
-        
-        <h1>Direct Process-to-Process Communication</h1>
-        
-      </div>
-    </header>
-    
-
-    <!-- Content -->
-    <div class="container">
-      
-      <div class="row">
-        <div class="span12">
-          <h2 id="p2p-communication">P2P Communication</h2>
-<p>ODE automatically optimizes all process-to-process (P2P) communication such 
that all message exchanges happen directly inside the engine and do not go 
through the integration layer (e.g. Axis2, JBI, ...).</p>
-        </div>
-      </div>
-      
-
-      <!-- Footer -->
-      <footer class="footer">
-        <div class='row'>
-          <div class='span3'>
-            <img src="/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
-            Through a collaborative and meritocratic development process, 
Apache
-            projects deliver enterprise-grade, freely available software 
products that
-            attract large communities of users.</p>
-            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
-          </div>
-        </div>
-      </footer>
-    </div> <!-- /container -->
-  </body>
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Apache ODE &ndash; Direct Process-to-Process Communication</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
+
+    <link href="/css/application.min.css" rel="stylesheet" media="screen">
+    
+
+    
+    
+
+    <script src="http://code.jquery.com/jquery-latest.js";></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36293077-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body>
+
+    <!-- Navbar -->
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="brand" href="/index.html">Apache ODE</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="">
+                <a href="/getting-ode.html">Getting ODE</a>
+              </li>
+              <li class="active dropdown">
+                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/userguide/">User Guide</a></li>
+                  <li><a href="/developerguide/">Developer Guide</a></li>
+                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
+                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
+                  <li><a href="/faq.html">FAQ</a></li>
+                  <li><a href="/roadmap.html">Roadmap</a></li>
+                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class=" dropdown">
+                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
+                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
+                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
+                  <li><a href="/contributors.html">Contributors</a></li>
+                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <!-- Subhead -->
+    
+    <header class="jumbotron subhead" id="overview">
+      <div class="container">
+        
+        <h1>Direct Process-to-Process Communication</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="p2p-communication">P2P Communication<a class="headerlink" 
href="#p2p-communication" title="Permanent link">&para;</a></h2>
+<p>ODE automatically optimizes all process-to-process (P2P) communication such 
that all message exchanges happen directly inside the engine and do not go 
through the integration layer (e.g. Axis2, JBI, ...).</p>
+        </div>
+      </div>
+      
+
+      <!-- Footer -->
+      <footer class="footer">
+        <div class='row'>
+          <div class='span3'>
+            <img src="/img/asf_logo_url.png" alt="Apache Software Foundation"/>
+          </div>
+          <div class='span9'>
+            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
+            Through a collaborative and meritocratic development process, 
Apache
+            projects deliver enterprise-grade, freely available software 
products that
+            attract large communities of users.</p>
+            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
+          </div>
+        </div>
+      </footer>
+    </div> <!-- /container -->
+  </body>
 </html>
\ No newline at end of file

Modified: websites/staging/ode/trunk/content/endpoint-configuration.html
==============================================================================
--- websites/staging/ode/trunk/content/endpoint-configuration.html (original)
+++ websites/staging/ode/trunk/content/endpoint-configuration.html Fri Jul 14 
10:08:12 2017
@@ -1,107 +1,118 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Apache ODE &ndash; Endpoint Configuration</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
-
-    <link href="/css/application.min.css" rel="stylesheet" media="screen">
-    
-
-    
-    
-
-    <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
-  </head>
-  <body>
-
-    <!-- Navbar -->
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="/index.html">Apache ODE</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="/getting-ode.html">Getting ODE</a>
-              </li>
-              <li class="active dropdown">
-                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/userguide/">User Guide</a></li>
-                  <li><a href="/developerguide/">Developer Guide</a></li>
-                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
-                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
-                  <li><a href="/faq.html">FAQ</a></li>
-                  <li><a href="/roadmap.html">Roadmap</a></li>
-                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
-                  <li><a href="/javadoc/">Javadoc</a></li>
-                </ul>
-              </li>
-              <li class=" dropdown">
-                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
-                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
-                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
-                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
-                  <li><a href="/contributors.html">Contributors</a></li>
-                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
-                </ul>
-              </li>
-              <li class="dropdown">
-                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
-                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <!-- Subhead -->
-    
-    <header class="jumbotron subhead" id="overview">
-      <div class="container">
-        
-        <h1>Endpoint Configuration</h1>
-        
-      </div>
-    </header>
-    
-
-    <!-- Content -->
-    <div class="container">
-      
-      <div class="row">
-        <div class="span12">
-          <p><a 
name="EndpointConfiguration-endpointconfigurationpropertyfiles"></a></p>
-<h2 id="endpoint-configuration-property-files">Endpoint configuration property 
files</h2>
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Apache ODE &ndash; Endpoint Configuration</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
+
+    <link href="/css/application.min.css" rel="stylesheet" media="screen">
+    
+
+    
+    
+
+    <script src="http://code.jquery.com/jquery-latest.js";></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36293077-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body>
+
+    <!-- Navbar -->
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="brand" href="/index.html">Apache ODE</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="">
+                <a href="/getting-ode.html">Getting ODE</a>
+              </li>
+              <li class="active dropdown">
+                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/userguide/">User Guide</a></li>
+                  <li><a href="/developerguide/">Developer Guide</a></li>
+                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
+                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
+                  <li><a href="/faq.html">FAQ</a></li>
+                  <li><a href="/roadmap.html">Roadmap</a></li>
+                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class=" dropdown">
+                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
+                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
+                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
+                  <li><a href="/contributors.html">Contributors</a></li>
+                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <!-- Subhead -->
+    
+    <header class="jumbotron subhead" id="overview">
+      <div class="container">
+        
+        <h1>Endpoint Configuration</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="EndpointConfiguration-endpointconfigurationpropertyfiles"></a></p>
+<h2 id="endpoint-configuration-property-files">Endpoint configuration property 
files<a class="headerlink" href="#endpoint-configuration-property-files" 
title="Permanent link">&para;</a></h2>
 <p>SOAP and HTTP external endpoints can be tweaked using some property files. 
A common set of properties are available to configure external services. At run 
time, ODE will translate these properties and apply them to Axis2 or HttpClient 
depending if the targeted service uses SOAP binding or HTTP binding.</p>
 <p><a name="EndpointConfiguration-Conventionsandlocations"></a></p>
-<h3 id="conventions-and-locations">Conventions and locations</h3>
+<h3 id="conventions-and-locations">Conventions and locations<a 
class="headerlink" href="#conventions-and-locations" title="Permanent 
link">&para;</a></h3>
 <p>The extension of these property files must be <code>*.endpoint</code>. 
These files can be dropped in 2 different locations:
 <em> the global configuration directory of ODE which is by default 
<code>ode/WEB-INF/conf</code>. This location might be customized with the 
system property <code>org.apache.ode.configDir</code>
 </em> the process deployment directory, 
<code>ode/WEB-INF/processes/$your_process</code></p>
@@ -113,13 +124,13 @@
 </div>
 
 <p><a name="EndpointConfiguration-Dynamicrefresh"></a></p>
-<h3 id="dynamic-refresh">Dynamic refresh</h3>
+<h3 id="dynamic-refresh">Dynamic refresh<a class="headerlink" 
href="#dynamic-refresh" title="Permanent link">&para;</a></h3>
 <p>Properties are dynamically loaded and refreshed at run time. 
 The timing is the following: 
 On every request, if the file has not been polled during the last 30 seconds 
then check the file for updates. If any, reload it.</p>
 <p>Consequently, if you have updated properties, you have to wait ~30 seconds 
and then trigger a request.</p>
 <p><a name="EndpointConfiguration-Hierarchicalproperties"></a></p>
-<h3 id="hierarchical-properties">Hierarchical properties</h3>
+<h3 id="hierarchical-properties">Hierarchical properties<a class="headerlink" 
href="#hierarchical-properties" title="Permanent link">&para;</a></h3>
 <p>The property file is a regular property file except that service name and 
port name may be used to apply different default values to different services. 
 All properties follow this pattern:</p>
 <div class="codehilite"><pre><span 
class="err">[nsalias.servicename[.portname].ode.]property</span>
@@ -129,7 +140,7 @@ All properties follow this pattern:</p>
 <p>If service name is mentioned but port name omitted, the value will apply to 
all ports of the service.
 If service name and port name are omitted, the value will apply to all 
services.</p>
 <p><a name="EndpointConfiguration-Namespacemanagement"></a></p>
-<h4 id="namespace-management">Namespace management</h4>
+<h4 id="namespace-management">Namespace management<a class="headerlink" 
href="#namespace-management" title="Permanent link">&para;</a></h4>
 <p>A service has to be qualified. To so do you may define namespace aliases. 
Aliases will then prefixed the service local name.</p>
 <div class="codehilite"><pre><span class="na">alias.ode_ns</span><span 
class="o">=</span><span class="s">http://ode.apache.org</span>
 
@@ -146,7 +157,7 @@ If service name and port name are omitte
 
 
 <p><a name="EndpointConfiguration-Examples"></a></p>
-<h4 id="examples">Examples</h4>
+<h4 id="examples">Examples<a class="headerlink" href="#examples" 
title="Permanent link">&para;</a></h4>
 <p>For instance, considering 2 services:
 <em> the <code>foo-service</code>
 </em> and the <code>brel-service</code> which has 2 ports: 
<code>port-of-amsterdam</code> and <code>port-of-hiva-oa</code></p>
@@ -166,7 +177,7 @@ If service name and port name are omitte
 <li><em>100</em> for <code>brel-service.port-of-amsterdam</code></li>
 </ul>
 <p><a name="EndpointConfiguration-Supportedproperties"></a></p>
-<h3 id="supported-properties">Supported properties</h3>
+<h3 id="supported-properties">Supported properties<a class="headerlink" 
href="#supported-properties" title="Permanent link">&para;</a></h3>
 <p>Here the list of supported properties, and their descriptions. If the file 
contains some properties not listed here, they will be available in the 
property map nevertheless. Values will be strings.
 Such unmanaged properties will also be passed to Axis2 options and HttpClient 
params, see below.</p>
 <table class="table table-bordered table-striped">
@@ -304,15 +315,15 @@ Such unmanaged properties will also be p
 </table>
 
 <p><a name="EndpointConfiguration-Samplefile"></a></p>
-<h3 id="sample-file">Sample file</h3>
+<h3 id="sample-file">Sample file<a class="headerlink" href="#sample-file" 
title="Permanent link">&para;</a></h3>
 <p><a href="/resources/sample.endpoint.txt">sample.endpoint.txt</a></p>
 <p>Download, remove the '.txt' prefix, customize then enjoy...</p>
 <p><a 
name="EndpointConfiguration-ImplementationDetailsforOutboundservices"></a></p>
-<h3 id="implementation-details-for-outbound-services">Implementation Details 
for Outbound services</h3>
+<h3 id="implementation-details-for-outbound-services">Implementation Details 
for Outbound services<a class="headerlink" 
href="#implementation-details-for-outbound-services" title="Permanent 
link">&para;</a></h3>
 <p>The properties related to Outbound services have to be applied to Axis2 
(for SOAP services) or HttpClient (for HTTP services).
 Tables below sum up this information.</p>
 <p><a name="EndpointConfiguration-SOAPServices(Axis2)"></a></p>
-<h4 id="soap-services-axis2">SOAP Services (Axis2)</h4>
+<h4 id="soap-services-axis2">SOAP Services (Axis2)<a class="headerlink" 
href="#soap-services-axis2" title="Permanent link">&para;</a></h4>
 <p>For Axis2, all properties are converted to meet the <a 
href="http://ws.apache.org/axis2/1_3/api/org/apache/axis2/client/options.html#setproperty(java.lang.string,%20java.lang.object).html">Options#setProperty()
 </a> requirements.</p>
 <table class="table table-bordered table-striped">
     <thead>
@@ -387,7 +398,7 @@ Tables below sum up this information.</p
 </table>
 
 <p><a name="EndpointConfiguration-HTTPServices(HttpClient)"></a></p>
-<h4 id="http-services-httpclient">HTTP Services (HttpClient)</h4>
+<h4 id="http-services-httpclient">HTTP Services (HttpClient)<a 
class="headerlink" href="#http-services-httpclient" title="Permanent 
link">&para;</a></h4>
 <p>For HttpClient, all properties are defined by: <a 
href="http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/params/httpmethodparams.html.html";>HttpMethodParams
 </a>, HostParams, HttpClientParams, HttpConnectionParams and 
HttpConnectionManagerParams.
 The idea is to convert properties into the expected type and push them in a <a 
href="http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/params/defaulthttpparams.html.html";><code>DefaultHttpParams</code>
 </a>. This property holder is then set as the parent of all other 
<code>HttpParams</code> used.
 If a given property is not listed below, you are still able to set it as long 
as the expected value is a string. For instance <a 
href="http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/params/HttpMethodParams.html#COOKIE_POLICY";>"http.protocol.cookie-policy"</a>
 can be set seamlessly.</p>
@@ -455,7 +466,7 @@ If a given property is not listed below,
 </table>
 
 <p><a 
name="EndpointConfiguration-AdditionalConfigurationforSOAPEndpoints"></a></p>
-<h2 id="additional-configuration-for-soap-endpoints">Additional Configuration 
for SOAP Endpoints</h2>
+<h2 id="additional-configuration-for-soap-endpoints">Additional Configuration 
for SOAP Endpoints<a class="headerlink" 
href="#additional-configuration-for-soap-endpoints" title="Permanent 
link">&para;</a></h2>
 <p>If you deploy ODE in an application server, the <a 
href="/developerguide/architectural-overview.html#odeintegrationlayers.html">Axis2
 Integration Layer</a> allows ODE to communicate via Web Service interactions. 
SOAP Web Services will be managed by Axis2. These web services may be 
configured dynamically.
 For each service, you need to place a <code>[serviceLocalName].axis2</code> 
file at the root of the process bundle. Currently, this file can only be added 
on the server, under <code>ode/WEB-INF/processes/$your_process</code>.</p>
 <p>For example, given this wsdl: </p>
@@ -484,26 +495,26 @@ For each service, you need to place a <c
 <p>On every request, if the config file has not been polled during the last 30 
seconds then check the file for changes and (re)load it if any.</p>
 <p>For further details about the type of parameters that can be set, see <a 
href="http://ws.apache.org/axis2/1_0/axis2config.html#Service_Configuration";>Axis2
 Service Config</a>.</p>
 <p>This mechanism is available for external SOAP services -- i.e. services 
that processes invoke -- and for SOAP services exposed by ODE -- i.e. services 
exposed by BPEL processes.</p>
-<p>The <code>service.xml</code> could be quite powerful. However all options 
are not accessible this way. Many settings are available programmatically only 
using the <a 
href="http://ws.apache.org/axis2/1_3/api/org/apache/axis2/client/options.html.html";>Options
 class.</a>. ODE exposes these settings through an additional property file 
described in the previous section.</p>
-        </div>
-      </div>
-      
-
-      <!-- Footer -->
-      <footer class="footer">
-        <div class='row'>
-          <div class='span3'>
-            <img src="/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
-            Through a collaborative and meritocratic development process, 
Apache
-            projects deliver enterprise-grade, freely available software 
products that
-            attract large communities of users.</p>
-            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
-          </div>
-        </div>
-      </footer>
-    </div> <!-- /container -->
-  </body>
+<p>The <code>service.xml</code> could be quite powerful. However all options 
are not accessible this way. Many settings are available programmatically only 
using the <a 
href="http://ws.apache.org/axis2/1_3/api/org/apache/axis2/client/options.html.html";>Options
 class.</a>. ODE exposes these settings through an additional property file 
described in the previous section.</p>
+        </div>
+      </div>
+      
+
+      <!-- Footer -->
+      <footer class="footer">
+        <div class='row'>
+          <div class='span3'>
+            <img src="/img/asf_logo_url.png" alt="Apache Software Foundation"/>
+          </div>
+          <div class='span9'>
+            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
+            Through a collaborative and meritocratic development process, 
Apache
+            projects deliver enterprise-grade, freely available software 
products that
+            attract large communities of users.</p>
+            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
+          </div>
+        </div>
+      </footer>
+    </div> <!-- /container -->
+  </body>
 </html>
\ No newline at end of file

Modified: websites/staging/ode/trunk/content/endpoint-references.html
==============================================================================
--- websites/staging/ode/trunk/content/endpoint-references.html (original)
+++ websites/staging/ode/trunk/content/endpoint-references.html Fri Jul 14 
10:08:12 2017
@@ -1,104 +1,115 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Apache ODE &ndash; Endpoint References</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
-
-    <link href="/css/application.min.css" rel="stylesheet" media="screen">
-    
-
-    
-    
-
-    <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
-  </head>
-  <body>
-
-    <!-- Navbar -->
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="/index.html">Apache ODE</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="/getting-ode.html">Getting ODE</a>
-              </li>
-              <li class="active dropdown">
-                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/userguide/">User Guide</a></li>
-                  <li><a href="/developerguide/">Developer Guide</a></li>
-                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
-                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
-                  <li><a href="/faq.html">FAQ</a></li>
-                  <li><a href="/roadmap.html">Roadmap</a></li>
-                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
-                  <li><a href="/javadoc/">Javadoc</a></li>
-                </ul>
-              </li>
-              <li class=" dropdown">
-                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
-                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
-                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
-                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
-                  <li><a href="/contributors.html">Contributors</a></li>
-                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
-                </ul>
-              </li>
-              <li class="dropdown">
-                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
-                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <!-- Subhead -->
-    
-    <header class="jumbotron subhead" id="overview">
-      <div class="container">
-        
-        <h1>Endpoint References</h1>
-        
-      </div>
-    </header>
-    
-
-    <!-- Content -->
-    <div class="container">
-      
-      <div class="row">
-        <div class="span12">
-          <p><a name="EndpointReferences-Introduction"></a></p>
-<h2 id="introduction">Introduction</h2>
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Apache ODE &ndash; Endpoint References</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
+
+    <link href="/css/application.min.css" rel="stylesheet" media="screen">
+    
+
+    
+    
+
+    <script src="http://code.jquery.com/jquery-latest.js";></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36293077-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body>
+
+    <!-- Navbar -->
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="brand" href="/index.html">Apache ODE</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="">
+                <a href="/getting-ode.html">Getting ODE</a>
+              </li>
+              <li class="active dropdown">
+                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/userguide/">User Guide</a></li>
+                  <li><a href="/developerguide/">Developer Guide</a></li>
+                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
+                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
+                  <li><a href="/faq.html">FAQ</a></li>
+                  <li><a href="/roadmap.html">Roadmap</a></li>
+                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class=" dropdown">
+                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
+                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
+                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
+                  <li><a href="/contributors.html">Contributors</a></li>
+                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <!-- Subhead -->
+    
+    <header class="jumbotron subhead" id="overview">
+      <div class="container">
+        
+        <h1>Endpoint References</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="EndpointReferences-Introduction"></a></p>
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
title="Permanent link">&para;</a></h2>
 <p>An endpoint reference holds information to call a service. The simplest 
endpoint reference is usually an URL but it can also be much more complex such 
as holding a message id, a reply-to address or custom properties.</p>
 <p>In BPEL, endpoint references (aka EPRs) are modeled as partner link roles. 
When defining a partner link, two roles maybe defined,  <code>myRole</code> and 
<code>partnerRole</code>:</p>
 <div class="codehilite"><pre><span class="nt">&lt;partnerLink</span> <span 
class="na">name=</span><span class="s">&quot;responderPartnerLink&quot;</span> 
<span class="na">partnerLinkType=</span><span 
class="s">&quot;test:ResponderPartnerLinkType&quot;</span>
@@ -108,9 +119,9 @@
 
 <p>Both <code>partnerRole</code> and <code>myRole</code> represent EPRs. So 
when assigning partner link roles or invoking partners, you are using EPRs 
behind the scene.</p>
 <p><a name="EndpointReferences-ODEandEndpointReferences"></a></p>
-<h2 id="ode-and-endpoint-references">ODE and Endpoint References</h2>
+<h2 id="ode-and-endpoint-references">ODE and Endpoint References<a 
class="headerlink" href="#ode-and-endpoint-references" title="Permanent 
link">&para;</a></h2>
 <p><a name="EndpointReferences-TypesofEPRs"></a></p>
-<h3 id="types-of-eprs">Types of EPRs</h3>
+<h3 id="types-of-eprs">Types of EPRs<a class="headerlink" 
href="#types-of-eprs" title="Permanent link">&para;</a></h3>
 <p>The ODE runtime supports 4 types of EPRs:</p>
 <ul>
 <li>A simple URL or a URL in the location attribute of the binding. See <a 
href="http://www.w3.org/TR/wsdl#_soap:address";>soap:address</a> and <a 
href="http://www.w3.org/TR/wsdl#_http:address";>http:address</a> WSDL 1.1 
binding.</li>
@@ -205,7 +216,7 @@
 <p>Normally BPEL requires wrapping EPRs with inside a <code>service-ref</code> 
element, however ODE relaxes this requirement for ease of use and increased 
interoperability with existing services.  If the <code>service-ref</code> 
element is absent, the EPR is automatically wrapped inside one on the fly. 
Moreover, ODE automatically detects the different EPR types when assigning to a 
partner link role. If you need to use WS-Addressing sessions (@see appropriate 
page), then you will have to use <code>wsa:EndpointReference</code> EPRs.</p>
 <p>You can just as well assign EPRs to/from variables to pass them around and 
enable more dynamic communication patterns.</p>
 <p><a name="EndpointReferences-PassingEndpointReferences"></a></p>
-<h2 id="passing-endpoint-references">Passing Endpoint References</h2>
+<h2 id="passing-endpoint-references">Passing Endpoint References<a 
class="headerlink" href="#passing-endpoint-references" title="Permanent 
link">&para;</a></h2>
 <p>To pass endpoint references around and manipulate them, you usually need to 
assigne them to variables. The EPR can then be sent in a message and reassigned 
to another partner link. This lets you model complex scenarii where you don't 
know the address of your partner beforehand or where you select one partner 
among many others.</p>
 <p>The type of the variable that will hold your EPR defines the type of the 
EPR that it will contain. For example if you define a message in your WSDL 
document that looks like this:</p>
 <div class="codehilite"><pre><span class="nt">&lt;wsdl:message</span> <span 
class="na">name=</span><span class="s">&quot;EndpointMessage&quot;</span><span 
class="nt">&gt;</span>
@@ -242,26 +253,26 @@
 </pre></div>
 
 
-<p>For a complete example check <a 
href="http://svn.apache.org/repos/asf/ode/trunk/distro/src/examples-war/DynPartner/";>DynPartner</a>
 in the engine examples.</p>
-        </div>
-      </div>
-      
-
-      <!-- Footer -->
-      <footer class="footer">
-        <div class='row'>
-          <div class='span3'>
-            <img src="/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
-            Through a collaborative and meritocratic development process, 
Apache
-            projects deliver enterprise-grade, freely available software 
products that
-            attract large communities of users.</p>
-            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
-          </div>
-        </div>
-      </footer>
-    </div> <!-- /container -->
-  </body>
+<p>For a complete example check <a 
href="http://svn.apache.org/repos/asf/ode/trunk/distro/src/examples-war/DynPartner/";>DynPartner</a>
 in the engine examples.</p>
+        </div>
+      </div>
+      
+
+      <!-- Footer -->
+      <footer class="footer">
+        <div class='row'>
+          <div class='span3'>
+            <img src="/img/asf_logo_url.png" alt="Apache Software Foundation"/>
+          </div>
+          <div class='span9'>
+            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
+            Through a collaborative and meritocratic development process, 
Apache
+            projects deliver enterprise-grade, freely available software 
products that
+            attract large communities of users.</p>
+            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
+          </div>
+        </div>
+      </footer>
+    </div> <!-- /container -->
+  </body>
 </html>
\ No newline at end of file

Modified: websites/staging/ode/trunk/content/expression-languages.html
==============================================================================
--- websites/staging/ode/trunk/content/expression-languages.html (original)
+++ websites/staging/ode/trunk/content/expression-languages.html Fri Jul 14 
10:08:12 2017
@@ -1,122 +1,122 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Apache ODE &ndash; Expression Languages</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
-
-    <link href="/css/application.min.css" rel="stylesheet" media="screen">
-    
-
-    
-    
-
-    <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
-  </head>
-  <body>
-
-    <!-- Navbar -->
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="/index.html">Apache ODE</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="/getting-ode.html">Getting ODE</a>
-              </li>
-              <li class=" dropdown">
-                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/userguide/">User Guide</a></li>
-                  <li><a href="/developerguide/">Developer Guide</a></li>
-                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
-                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
-                  <li><a href="/faq.html">FAQ</a></li>
-                  <li><a href="/roadmap.html">Roadmap</a></li>
-                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
-                  <li><a href="/javadoc/">Javadoc</a></li>
-                </ul>
-              </li>
-              <li class=" dropdown">
-                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
-                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
-                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
-                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
-                  <li><a href="/contributors.html">Contributors</a></li>
-                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
-                </ul>
-              </li>
-              <li class="dropdown">
-                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
-                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <!-- Subhead -->
-    
-    <header class="jumbotron subhead" id="overview">
-      <div class="container">
-        
-        <h1>Expression Languages</h1>
-        
-      </div>
-    </header>
-    
-
-    <!-- Content -->
-    <div class="container">
-      
-      <div class="row">
-        <div class="span12">
-          
-        </div>
-      </div>
-      
-
-      <!-- Footer -->
-      <footer class="footer">
-        <div class='row'>
-          <div class='span3'>
-            <img src="/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
-            Through a collaborative and meritocratic development process, 
Apache
-            projects deliver enterprise-grade, freely available software 
products that
-            attract large communities of users.</p>
-            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
-          </div>
-        </div>
-      </footer>
-    </div> <!-- /container -->
-  </body>
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Apache ODE &ndash; Expression Languages</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
+
+    <link href="/css/application.min.css" rel="stylesheet" media="screen">
+    
+
+    
+    
+
+    <script src="http://code.jquery.com/jquery-latest.js";></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36293077-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body>
+
+    <!-- Navbar -->
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="brand" href="/index.html">Apache ODE</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="">
+                <a href="/getting-ode.html">Getting ODE</a>
+              </li>
+              <li class=" dropdown">
+                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/userguide/">User Guide</a></li>
+                  <li><a href="/developerguide/">Developer Guide</a></li>
+                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
+                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
+                  <li><a href="/faq.html">FAQ</a></li>
+                  <li><a href="/roadmap.html">Roadmap</a></li>
+                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class=" dropdown">
+                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
+                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
+                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
+                  <li><a href="/contributors.html">Contributors</a></li>
+                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <!-- Subhead -->
+    
+    <header class="jumbotron subhead" id="overview">
+      <div class="container">
+        
+        <h1>Expression Languages</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          
+        </div>
+      </div>
+      
+
+      <!-- Footer -->
+      <footer class="footer">
+        <div class='row'>
+          <div class='span3'>
+            <img src="/img/asf_logo_url.png" alt="Apache Software Foundation"/>
+          </div>
+          <div class='span9'>
+            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
+            Through a collaborative and meritocratic development process, 
Apache
+            projects deliver enterprise-grade, freely available software 
products that
+            attract large communities of users.</p>
+            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
+          </div>
+        </div>
+      </footer>
+    </div> <!-- /container -->
+  </body>
 </html>
\ No newline at end of file

Modified: 
websites/staging/ode/trunk/content/extensions/activity-failure-and-recovery.html
==============================================================================
--- 
websites/staging/ode/trunk/content/extensions/activity-failure-and-recovery.html
 (original)
+++ 
websites/staging/ode/trunk/content/extensions/activity-failure-and-recovery.html
 Fri Jul 14 10:08:12 2017
@@ -1,110 +1,121 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Apache ODE &ndash; Activity Failure and Recovery</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
-
-    <link href="/css/application.min.css" rel="stylesheet" media="screen">
-    
-
-    
-    
-
-    <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
-  </head>
-  <body>
-
-    <!-- Navbar -->
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="/index.html">Apache ODE</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="/getting-ode.html">Getting ODE</a>
-              </li>
-              <li class="active dropdown">
-                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/userguide/">User Guide</a></li>
-                  <li><a href="/developerguide/">Developer Guide</a></li>
-                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
-                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
-                  <li><a href="/faq.html">FAQ</a></li>
-                  <li><a href="/roadmap.html">Roadmap</a></li>
-                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
-                  <li><a href="/javadoc/">Javadoc</a></li>
-                </ul>
-              </li>
-              <li class=" dropdown">
-                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
-                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
-                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
-                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
-                  <li><a href="/contributors.html">Contributors</a></li>
-                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
-                </ul>
-              </li>
-              <li class="dropdown">
-                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
-                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <!-- Subhead -->
-    
-    <header class="jumbotron subhead" id="overview">
-      <div class="container">
-        
-        <h1>Activity Failure and Recovery</h1>
-        
-      </div>
-    </header>
-    
-
-    <!-- Content -->
-    <div class="container">
-      
-      <div class="row">
-        <div class="span12">
-          <h2 id="overview">Overview</h2>
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Apache ODE &ndash; Activity Failure and Recovery</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
+
+    <link href="/css/application.min.css" rel="stylesheet" media="screen">
+    
+
+    
+    
+
+    <script src="http://code.jquery.com/jquery-latest.js";></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36293077-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body>
+
+    <!-- Navbar -->
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <button type="button" class="btn btn-navbar" data-toggle="collapse" 
data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="brand" href="/index.html">Apache ODE</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="">
+                <a href="/getting-ode.html">Getting ODE</a>
+              </li>
+              <li class="active dropdown">
+                <a href="/userguide/" class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/userguide/">User Guide</a></li>
+                  <li><a href="/developerguide/">Developer Guide</a></li>
+                  <li><a 
href="/ws-bpel-20-specification-compliance.html">WS-BPEL Compliance</a></li>
+                  <li><a href="/extensions/">WS-BPEL Extensions</a></li>
+                  <li><a href="/faq.html">FAQ</a></li>
+                  <li><a href="/roadmap.html">Roadmap</a></li>
+                  <li><a href="/resource-services.html">Resources &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class=" dropdown">
+                <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Contributing<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+                  <li><a href="/developerguide/building-ode.html">Building 
ODE</a></li>
+                  <li><a href="/developerguide/source-code.html">Source 
Code</a></li>
+                  <li><a href="http://issues.apache.org/jira/browse/ODE";>Bug 
Tracking</a></li>
+                  <li><a href="/contributors.html">Contributors</a></li>
+                  <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a href="http://www.apache.org"; class="dropdown-toggle" 
data-toggle="dropdown" data-target="#">The ASF<b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org";>Apache Software 
Foundation</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+                  <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <!-- Subhead -->
+    
+    <header class="jumbotron subhead" id="overview">
+      <div class="container">
+        
+        <h1>Activity Failure and Recovery</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview" 
title="Permanent link">&para;</a></h2>
 <p>There are several types of error conditions. In this document we introduce 
a class of error condition called <em>failures</em>, distinct from 
<em>faults</em>, and describe how failures are caught and handled by the 
process engine.</p>
 <p>A service returns a fault in response to a request it cannot process. A 
process may also raise a fault internally when it encounters a terminal error 
condition, e.g. a faulty expression or false join condition. In addition, 
processes may raise faults in order to terminate normal processing.</p>
 <p>In contrast, failures are non-terminal error conditions that do not affect 
the normal flow of the process. We keep the process definition simple and 
straightforward by delegating failure handling to the process engine and 
administrator.</p>
 <p>For example, when the process is unable to perform DNS resolution to 
determine the service endpoint, it generates a failure. An administrator can 
fix the DNS server and tell the process engine to retry the activity. Had the 
DNS error been reported as a fault, the process would either terminate or 
require complex fault handling and recovery logic to proceed past this point of 
failure.</p>
 <p>In short, failures shields the process from common, non-terminal error 
conditions while retaining simple and straightforward process definitions that 
do not need to account for these error conditions.</p>
 <p><a name="ActivityFailureandRecovery-FromFailuretoRecovery"></a></p>
-<h3 id="from-failure-to-recovery">From Failure to Recovery</h3>
+<h3 id="from-failure-to-recovery">From Failure to Recovery<a 
class="headerlink" href="#from-failure-to-recovery" title="Permanent 
link">&para;</a></h3>
 <p>Currently, the <em>Invoke</em> activity is the only activity that supports 
failure handling and recovery. The mechanism is identical for all other 
activities that may support failure handling and recovery in the future.</p>
 <p>In case of the <em>Invoke</em> activity, a failure condition is triggered 
by the integration layer, in lieu of a response or fault message. The 
<em>Invoke</em> activity consults its failure handling policy (specified here) 
and decides how to respond.</p>
 <p>Set <em>faultOnFailure</em> to <em>yes</em>, if you want the activity to 
throw a fault on failure. All other failure handling settings are ignored. The 
activity will throw the <em>activityFailure</em> fault.</p>
@@ -117,7 +128,7 @@
 <em> </em>Cancel* -- Cancels the activity. The activity completes 
unsuccessfully: without changing the state of variables, by setting the status 
of all its source links to false, and without installing a compensation handler.
 Activity recovery is performed individually for each activity instance, and 
does not affect other activities executing in the same process. While the 
activity is in the <em>FAILURE</em> state, the process instance remains in the 
<em>ACTIVE</em> state and may execute other activities from parallel flows and 
event handlers.</p>
 <p><a name="ActivityFailureandRecovery-SpecifyingFailureBehavior"></a></p>
-<h3 id="specifying-failure-behavior">Specifying Failure Behavior</h3>
+<h3 id="specifying-failure-behavior">Specifying Failure Behavior<a 
class="headerlink" href="#specifying-failure-behavior" title="Permanent 
link">&para;</a></h3>
 <p>Use the <em>failureHandling</em> extensibility element defined in the 
namespace <code>http://ode.apache.org/activityRecovery</code>. The structure of 
the <em>failureHandling</em> element is:</p>
 <div class="codehilite"><pre><span class="nt">&lt;ext:failureHandling</span> 
<span class="na">xmlns:ext=</span><span 
class="s">&quot;http://ode.apache.org/activityRecovery&quot;</span><span 
class="nt">&gt;</span>
     <span class="nt">&lt;ext:faultOnFailure&gt;</span> _boolean_ <span 
class="nt">&lt;/ext:faultOnFailure&gt;</span>
@@ -131,7 +142,7 @@ Activity recovery is performed individua
 <p>An activity that does not specify failure handling using this extensibility 
element, inherits the failure handling policy of its parent activity, 
recursively up to the top-level activity of the process. You can useinheritence 
to specify the failure handling policy of a set of activities, or all 
activities in the process, using a single <em>failureHandling</em> 
extensibility element.</p>
 <p>Note that due to this behavior, if activity <em>S</em> specifies failure 
handling with the values <em>retryFor=2, retryDelay=60</em>, and has a child 
activity <em>R</em> that specifies failure handling with the values 
<em>retryFor=3</em>, the <em>retryDelay</em> value for the child activity 
<em>R</em> is 0, and not 60. Using the <em>failureHandling</em> element without 
specifying one of its value elements will apply the default value for that 
element.</p>
 <p><a name="ActivityFailureandRecovery-Examples"></a></p>
-<h3 id="examples">Examples</h3>
+<h3 id="examples">Examples<a class="headerlink" href="#examples" 
title="Permanent link">&para;</a></h3>
 <p>A simple invoke with the <code>ext:failureHandling</code> extension:</p>
 <div class="codehilite"><pre><span class="nt">&lt;bpel:invoke</span> <span 
class="na">inputVariable=</span><span class="s">&quot;myRequest&quot;</span>
     <span class="na">operation=</span><span class="s">&quot;foo&quot;</span> 
<span class="na">outputVariable=</span><span 
class="s">&quot;aResponse&quot;</span>
@@ -171,31 +182,31 @@ Activity recovery is performed individua
 
 
 <p><a name="ActivityFailureandRecovery-ProcessInstanceManagement"></a></p>
-<h3 id="process-instance-management">Process Instance Management</h3>
+<h3 id="process-instance-management">Process Instance Management<a 
class="headerlink" href="#process-instance-management" title="Permanent 
link">&para;</a></h3>
 <p>The process instance management provides the following information:
 <em> Process instance summary includes a <em>failures</em> element with a 
count of the total number of process instances that have one or more activities 
in recovery mode, and the date/time of the last activity to enter recovery 
mode. The element exists if at least one activity is in recovery mode.</em> 
Process instance information includes a <em>failures</em> element with a count 
of the number of activities in recovery mode, and the date/time of the last 
activity to enter recovery mode. The element exists if at least one activity is 
in recovery mode.
 * Activity instance information includes a <em>failure</em> element that 
specifies the date/time of the failure, the reason for the failure, number of 
retries, and list of available recovery actions. The element exists if the 
activity is in the state <em>FAILURE</em>.</p>
 <p>Use the <em>recoverActivity</em> operation to perform a recovery action on 
an activity in recovery mode. The operation requires the process instance ID, 
the activity instance ID and the recovery action to perform (one of retry, 
fault or cancel).</p>
-<p>You can also determine when failure or recovery occurred for a given 
activity instance from the execution log.</p>
-        </div>
-      </div>
-      
-
-      <!-- Footer -->
-      <footer class="footer">
-        <div class='row'>
-          <div class='span3'>
-            <img src="/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
-            Through a collaborative and meritocratic development process, 
Apache
-            projects deliver enterprise-grade, freely available software 
products that
-            attract large communities of users.</p>
-            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
-          </div>
-        </div>
-      </footer>
-    </div> <!-- /container -->
-  </body>
+<p>You can also determine when failure or recovery occurred for a given 
activity instance from the execution log.</p>
+        </div>
+      </div>
+      
+
+      <!-- Footer -->
+      <footer class="footer">
+        <div class='row'>
+          <div class='span3'>
+            <img src="/img/asf_logo_url.png" alt="Apache Software Foundation"/>
+          </div>
+          <div class='span9'>
+            <p><strong>Apache ODE</strong><sup>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</sup></a>
+            Through a collaborative and meritocratic development process, 
Apache
+            projects deliver enterprise-grade, freely available software 
products that
+            attract large communities of users.</p>
+            <p>Apache ODE, ODE, Apache, the Apache feather logo, and the 
Apache ODE project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</p>
+          </div>
+        </div>
+      </footer>
+    </div> <!-- /container -->
+  </body>
 </html>
\ No newline at end of file


Reply via email to