Author: buildbot
Date: Thu Nov 15 21:40:24 2012
New Revision: 838497

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/creating-a-process.html
    websites/staging/ode/trunk/content/sitemap.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 15 21:40:24 2012
@@ -1 +1 @@
-1409932
+1410033

Modified: websites/staging/ode/trunk/content/creating-a-process.html
==============================================================================
--- websites/staging/ode/trunk/content/creating-a-process.html (original)
+++ websites/staging/ode/trunk/content/creating-a-process.html Thu Nov 15 
21:40:24 2012
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>Creating a Process * [Deploying a Process in 
Ode](#CreatingaProcess-DeployingaProcessinOde) * [Deployment 
Descriptor](#CreatingaProcess-DeploymentDescriptor) * [Formal 
definition](#CreatingaProcess-Formaldefinition) * 
[Examples](#CreatingaProcess-Examples) * [Additional 
settings](#CreatingaProcess-Additionalsettings) * [In memory 
execution](#CreatingaProcess-Inmemoryexecution) * [User-defined process 
properties](#CreatingaProcess-User-definedprocessproperties)</title>
+    <title>Creating a Process</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"; 
/>
 
@@ -70,7 +70,7 @@
     <header class="jumbotron subhead" id="overview">
       <div class="container">
         
-        <h1>Creating a Process * [Deploying a Process in 
Ode](#CreatingaProcess-DeployingaProcessinOde) * [Deployment 
Descriptor](#CreatingaProcess-DeploymentDescriptor) * [Formal 
definition](#CreatingaProcess-Formaldefinition) * 
[Examples](#CreatingaProcess-Examples) * [Additional 
settings](#CreatingaProcess-Additionalsettings) * [In memory 
execution](#CreatingaProcess-Inmemoryexecution) * [User-defined process 
properties](#CreatingaProcess-User-definedprocessproperties)</h1>
+        <h1>Creating a Process</h1>
         
       </div>
     </header>
@@ -81,7 +81,22 @@
       
       <div class="row">
         <div class="span12">
-          <p><a name="CreatingaProcess-DeployingaProcessinOde"></a></p>
+          <div class="toc">
+<ul>
+<li><a href="#deploying-a-process-in-ode">Deploying a Process in Ode</a></li>
+<li><a href="#deployment-descriptor">Deployment Descriptor</a></li>
+<li><a href="#formal-definition">Formal definition</a><ul>
+<li><a href="#examples">Examples</a></li>
+<li><a href="#additional-settings">Additional settings</a><ul>
+<li><a href="#in-memory-execution">In memory execution</a></li>
+<li><a href="#user-defined-process-properties">User-defined process 
properties</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<p><a name="CreatingaProcess-DeployingaProcessinOde"></a></p>
 <h3 id="deploying-a-process-in-ode">Deploying a Process in Ode</h3>
 <p>Each deployment is a directory with all relevant deployment artifacts. At 
the minimum it will contain the deployment descriptor, one or more process 
definitions (BPEL or .cbp), WSDL and XSDs (excluding those compiled into the 
.cbp). It may also contain other files, such as SVGs or XSLs. The deployment 
descriptor is a file named deploy.xml (see the next paragraoh for its 
description).</p>
 <p>During deployment, the process engine loads all documents from the 
deployment descriptor. Loading documents allow it to reference processes, 
service and schema definitions using fully qualified names, and import based on 
namespaces instead of locations.</p>

Modified: websites/staging/ode/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ode/trunk/content/sitemap.html (original)
+++ websites/staging/ode/trunk/content/sitemap.html Thu Nov 15 21:40:24 2012
@@ -103,7 +103,7 @@
 <li><a href="/compensate.html">compensate</a></li>
 <li><a href="/contributors.html">Contributors</a></li>
 <li><a href="/copy-with-insert-attribute.html">copy with insert 
attribute</a></li>
-<li><a href="/creating-a-process.html">Creating a Process * <a 
href="#CreatingaProcess-DeployingaProcessinOde">Deploying a Process in Ode</a> 
* <a href="#CreatingaProcess-DeploymentDescriptor">Deployment Descriptor</a> * 
<a href="#CreatingaProcess-Formaldefinition">Formal definition</a> * <a 
href="#CreatingaProcess-Examples">Examples</a> * <a 
href="#CreatingaProcess-Additionalsettings">Additional settings</a> * <a 
href="#CreatingaProcess-Inmemoryexecution">In memory execution</a> * <a 
href="#CreatingaProcess-User-definedprocessproperties">User-defined process 
properties</a></a></li>
+<li><a href="/creating-a-process.html">Creating a Process</a></li>
 <li><a href="/ddvalidate-command.html">ddvalidate Command</a></li>
 <li><a href="/deployment-unit.html">deployment unit</a></li>
 <li><a href="/deployxml.html">deploy.xml</a></li>


Reply via email to