Author: buildbot
Date: Mon Dec 31 17:06:14 2012
New Revision: 844431
Log:
Staging update by buildbot for ode
Added:
websites/staging/ode/trunk/content/bpelc-command.html
websites/staging/ode/trunk/content/sendsoap-command.html
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/index.html
websites/staging/ode/trunk/content/sitemap.html
websites/staging/ode/trunk/content/war-deployment.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 17:06:14 2012
@@ -1 +1 @@
-1427175
+1427180
Added: websites/staging/ode/trunk/content/bpelc-command.html
==============================================================================
--- websites/staging/ode/trunk/content/bpelc-command.html (added)
+++ websites/staging/ode/trunk/content/bpelc-command.html Mon Dec 31 17:06:14
2012
@@ -0,0 +1,168 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Apache ODE – bpelc Command</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">
+
+
+
+
+ </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="/user-guide.html" 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 &
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>bpelc Command</h1>
+
+ </div>
+ </header>
+
+
+ <!-- Content -->
+ <div class="container">
+
+ <div class="row">
+ <div class="span12">
+ <h2 id="overview">Overview</h2>
+<p>The <code>bpelc</code> commandline tool {excerpt}compiles <a
href="bpel4ws-11.html">BPEL4WS 1.1</a> or [WS-BPEL 2.0] processes for execution
by the ODE runtime engine.{excerpt}</p>
+<p><a name="bpelcCommand-Synopsis"></a></p>
+<h2 id="synopsis">Synopsis</h2>
+<div class="codehilite"><pre>bpelc [-q|-v|-vv] [-o directory] [-rr rrfile]
[-wsdl uri] url ... url
+</pre></div>
+
+
+<p><a name="bpelcCommand-Description"></a></p>
+<h2 id="description">Description</h2>
+<p>The <code>bpelc</code> commandline tool compiles BPEL processes (either 1.1
or 2.0) for execution by the PXE runtime engine. The compiler will
automatically detect the version of the process and configure itself
appropriately. For comparison, the <a
href="bpelc-task.html"><code><bpelc></code> Task</a> performs the same
operation, and the BPEL compiler can be used directly.</p>
+<p>For more information about the BPEL compiler, see [Compiler Toolchain].</p>
+<p><a name="bpelcCommand-Options"></a></p>
+<h2 id="options">Options</h2>
+<table class="table table-bordered table-striped">
+ <thead>
+ <tr>
+ <th>Option/Argument</th>
+ <th>Effect</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>-o directory</code></td><td>the directory to write the
output files to.</td>
+ </tr>
+ <tr>
+ <td><code>-rr rrfile</code></td><td>the filename of the ZIP
resource repository to read WSDL definitions from. If this parameter is not
specified, the compiler will dereference URIs directly as URLs.</td>
+ </tr>
+ <tr>
+ <td><code>-wsdl uri</code></td><td>for BPEL4WS 1.1 processes, the
URI of WSDL definitions to include from the ZIP resource repository. This hint
is ignored for WS-BPEL 2.0 processes in favor of the
<code><bpel:import></code> mechanism.</td>
+ </tr>
+ <tr>
+ <td><code>url ... url</code></td><td>the URLs of BPEL process
definitions to be compiled.</td>
+ </tr>
+ <tr>
+ <td><code>-q|-v|-vv</code></td><td>adjust the verbosity of logging
output.</td>
+ </tr>
+ <tr>
+ <td><code>-h</code></td><td>prints a synopsis to the console and
exits.</td>
+ </tr>
+ </tbody>
+</table>
+
+<div class="alert alert-tip">
+ You have to use the full path for the bpel process file, like:
+ *./bpelc ./HelloWorld.bpel*, not -./bpelc HelloWorld.bpel-
+</div>
+ </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>™</sup> is a top-level
project at the <a href="http://www.apache.org">Apache Software
Foundation<sup>™</sup></a>,
+ having graduated from the ASF Incubator in July 2007. 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 -->
+ <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>
+ </body>
+</html>
\ No newline at end of file
Modified: websites/staging/ode/trunk/content/index.html
==============================================================================
--- websites/staging/ode/trunk/content/index.html (original)
+++ websites/staging/ode/trunk/content/index.html Mon Dec 31 17:06:14 2012
@@ -107,7 +107,7 @@
<li><i class="icon-check"></i> Possibility to map process variables <a
href="/extensions/external-variables.html">externally</a> to a database table
of your choice.</li>
<li><i class="icon-check"></i> High level API to the engine that allows
you to integrate the core with virtually any communication layer.</li>
<li><i class="icon-check"></i> Hot-deployment of your processes.</li>
- <li><i class="icon-check"></i> Compiled approach to BPEL that provides
detailed analysis and validation at the ommand line or at deployment.</li>
+ <li><i class="icon-check"></i> Compiled approach to BPEL that provides
detailed analysis and validation at the <a href="bpelc-command.html">command
line</a> line or at deployment.</li>
<li><i class="icon-check"></i> <a href="management-api.html">Management
interface</a> for processes, instances and messages.</li>
</ul>
</div>
Added: websites/staging/ode/trunk/content/sendsoap-command.html
==============================================================================
--- websites/staging/ode/trunk/content/sendsoap-command.html (added)
+++ websites/staging/ode/trunk/content/sendsoap-command.html Mon Dec 31
17:06:14 2012
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Apache ODE – sendsoap Command</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">
+
+
+
+
+ </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="/user-guide.html" 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 &
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>sendsoap Command</h1>
+
+ </div>
+ </header>
+
+
+ <!-- Content -->
+ <div class="container">
+
+ <div class="row">
+ <div class="span12">
+ <h2 id="overview">Overview</h2>
+<p>The <code>sendsoap</code> command uses a lightweight HTTP client to send
SOAP messages via POST.</p>
+<p><a name="sendsoapCommand-Synopsis"></a></p>
+<h2 id="synopsis">Synopsis</h2>
+<div class="codehilite"><pre>sendsoap [-q|-v|-vv] [-o outfile] url -
+sendsoap -h
+</pre></div>
+
+
+<h2 id="description">Description</h2>
+<p>The <code>sendsoap</code> command uses a lightweight HTTP client to send
SOAP messages via POST using either a file or standard in as the source for the
message. The command is useful for testing HTTP endpoints in ODE or external
HTTP services that ODE will interact with, as <code>sendsoap</code> uses the
same Axis2 client as the Axis2 Integration Layer.</p>
+<h2 id="options">Options</h2>
+<table class="table table-bordered table-striped">
+ <thead>
+ <th>Option/Argument</th>
+ <th>Effect</th>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>url</code></td><td>the HTTP URL to post the message
to.</td>
+ </tr>
+ <tr>
+ <td><code>file</code></td><td>a file containing the message to
post.</td>
+ </tr>
+ <tr>
+ <td><code>-</code></td><td>read the message data from standard in
instead of a file.</td>
+ </tr>
+ <tr>
+ <td><code>-o file</code></td><td>sets a file to write the output
to; otherwise, output is sent to the console.</td>
+ </tr>
+ <tr>
+ <td><code>-q|-v|-vv</code></td><td>adjust the verbosity of logging
output.</td>
+ </tr>
+ <tr>
+ <td><code>-h</code></td><td>prints a synopsis to the console and
exits.</td>
+ </tr>
+ </tbody>
+</table>
+ </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>™</sup> is a top-level
project at the <a href="http://www.apache.org">Apache Software
Foundation<sup>™</sup></a>,
+ having graduated from the ASF Incubator in July 2007. 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 -->
+ <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>
+ </body>
+</html>
\ No newline at end of file
Modified: websites/staging/ode/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ode/trunk/content/sitemap.html (original)
+++ websites/staging/ode/trunk/content/sitemap.html Mon Dec 31 17:06:14 2012
@@ -93,6 +93,7 @@
<li><a href="/bpel-language-guide.html">BPEL Language Guide</a></li>
<li><a href="/bpel-management-api-specification.html">BPEL Management API
Specification</a></li>
<li><a href="/bpel4ws-11.html">BPEL4WS 1.1</a></li>
+<li><a href="/bpelc-command.html">bpelc Command</a></li>
<li><a href="/compensate.html">compensate</a></li>
<li><a href="/contributors.html">Contributors</a></li>
<li><a href="/controlling-odes-memory-footprint.html">Controlling ODE's Memory
Footprint</a></li>
@@ -131,6 +132,7 @@
<li><a href="/required-third-party-libraries.html">Required Third-Party
Libraries</a></li>
<li><a href="/resource-services.html">Resources & Services</a></li>
<li><a href="/roadmap.html">Roadmap</a></li>
+<li><a href="/sendsoap-command.html">sendsoap Command</a></li>
<li><a href="/service-providers.html">Service Providers</a></li>
<li><a href="/service.html">service</a></li>
<li><a href="/smx4-osgi-deployment.html">SMX4 OSGi Deployment</a></li>
Modified: websites/staging/ode/trunk/content/war-deployment.html
==============================================================================
--- websites/staging/ode/trunk/content/war-deployment.html (original)
+++ websites/staging/ode/trunk/content/war-deployment.html Mon Dec 31 17:06:14
2012
@@ -89,12 +89,12 @@
<p>Get the WAR file in the distribution root directory, rename it to
<em>ode.war</em> and copy this file to <a
href="http://tomcat.apache.org">Tomcat</a>'s webapp directory. Start Tomcat and
ODE should be up and running. You should get the <a
href="http://ws.apache.org/axis2">Axis2</a> welcome page under <a
href="http://localhost:8080/ode">http://localhost:8080/ode</a>. The ODE WAR
includes its own embedded database (<a
href="http://db.apache.org/derby">Derby</a>) so you don't have to worry about
configuring any external database for now.</p>
<p><a name="WARDeployment-Examples"></a></p>
<h3 id="examples">Examples</h3>
-<p>Copy the content of the <em>examples</em> directory in the distribution
(the 3 sub-directories) to <em>tomcat/webapps/ode/WEB-INF/processes</em>, this
will automatically deploy the 3 example processes. Use the sendsoap command
located in the distribution <em>bin</em> directory to send test messages. The
messages to run each of the 3 examples are provided in their respective
directory (testRequest.soap). For each example type something like:</p>
+<p>Copy the content of the <em>examples</em> directory in the distribution
(the 3 sub-directories) to <em>tomcat/webapps/ode/WEB-INF/processes</em>, this
will automatically deploy the 3 example processes. Use the <a
href="sendsoap-command.html">sendsoap command</a> located in the distribution
<em>bin</em> directory to send test messages. The messages to run each of the 3
examples are provided in their respective directory (testRequest.soap). For
each example type something like:</p>
<div class="codehilite"><pre>$ bin/sendsoap
http://localhost:8080/ode/processes/helloWorld
examples/HelloWorld2/testRequest.soap
</pre></div>
-<p>The <em>sendsoap</em> executable can be found in the distribution
<em>bin</em> directory. The urls should be updated according to the address
defined in the WSDL file for the process service.</p>
+<p>The <a href="sendsoap-command.html">sendsoap</a> executable can be found in
the distribution <em>bin</em> directory. The urls should be updated according
to the address defined in the WSDL file for the process service.</p>
<p><a name="WARDeployment-ConfiguringODEinTomcatwithaMySQLdatabase"></a></p>
<h3 id="configuring-ode-in-tomcat-with-a-mysql-database">Configuring ODE in
Tomcat with a MySQL database</h3>
<p>The ODE war should have been copied to the <em>webapps</em> directory of
Tomcat and the server should have been started at least once before following
these instructions. This ensures that the webapp is properly exploded.</p>