Author: buildbot
Date: Mon Dec 31 16:42:46 2012
New Revision: 844428

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/endpoint-configuration.html
    
websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 16:42:46 2012
@@ -1 +1 @@
-1427167
+1427172

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 Mon Dec 31 
16:42:46 2012
@@ -155,42 +155,140 @@ If service name and port name are omitte
 <h3 id="supported-properties">Supported properties</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>
-<thead>
-<tr>
-<th></th>
-<th>Context</th>
-<th></th>
-<th>Property name</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td></td>
-<td>mex.failure.verbose</td>
-<td>true(default)/false</td>
-<td>mute the details of a failure that might occur during a process invocation 
(to avoid information disclosure for instance)</td>
-</tr>
-</tbody>
+<table class="table table-bordered table-striped">
+    <thead>
+        <tr>
+            <th>Context</th>
+            <th>Property name</th>
+            <th>Accepted values</th>
+            <th>Description/Notes</th>
+        </tr>
+    </thead>
+    <tbody>
+        <tr>
+            <td>BPEL-runtime</td>
+            <td>mex.timeout</td>
+            <td>a long</td>
+            <td>the ODE Message Exchange timeout</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>mex.failure.verbose</td>
+            <td>true(default)/false</td>
+            <td>mute the details of a failure that might occur during a 
process invocation (to avoid information disclosure for instance)</td>
+        </tr>
+        <tr>
+            <td>Outbound Services</td>
+            <td>address</td>
+            <td>a URL</td>
+            <td>overrides the soap:address or http:address.<br>The order of 
precedence is: process, property files, wsdl.</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.request.chunk</td>
+            <td>true/false</td>
+            <td>This will enable/disable chunking support. Will not apply to 
http-bound services TBD</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.version</td>
+            <td>HTTP/1.1 or HTTP/1.0</td>
+            <td>the HTTP protocol version used</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.request.gzip</td>
+            <td>true/false</td>
+            <td>Will not apply to http-bound services TBD</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.accept.gzip</td>
+            <td>true/false</td>
+            <td>Append gzip to the Accept-Encoding header</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.content-charset</td>
+            <td>a string</td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.default-headers.{your-header}</td>
+            <td></td>
+            <td>You must define one property per header, prefixed with 
'http.default-headers'.<br>
+         These values will be appended to any previous value already set for a 
given header.</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.connection.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds until a connection is etablished</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.socket.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds for waiting for data</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.max-redirects</td>
+            <td>an int</td>
+            <td>the maximum number of redirects to be followed</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.host=myproxy.org</td>
+            <td></td>
+            <td>To disable proxy set the host to null</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.port</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.domain</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.user</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.password</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>jms.reply.destination</td>
+            <td>a string</td>
+            <td>the reply-to destination in an outbound message</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>jms.reply.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds for waiting for two-way reply</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>ws-adddressing.headers</td>
+            <td>true(default)/false</td>
+            <td>Enable/disable the WS-Addressing headers for outgoing soap 
requests</td>
+        </tr>
+    </tbody>
 </table>
-<p>|  | http.request.chunk | true/false | This will enable/disable chunking 
support. Will not apply to http-bound services TBD |
- | | http.protocol.version | HTTP/1.1 or HTTP/1.0 | the HTTP protocol version 
used |
- | | http.request.gzip | true/false | Will not apply to http-bound services 
TBD |
- | | http.accept.gzip | true/false | Append gzip to the Accept-Encoding header 
|
- | | http.protocol.content-charset| a string | |
- | | http.default-headers.{your-header} | | You must define one property per 
header, prefixed with 'http.default-headers'.
- These values will be appended to any previous value already set for a given 
header. |
- | | http.connection.timeout | an int | timeout in milliseconds until a 
connection is etablished |
- | | http.socket.timeout | an int | timeout in milliseconds for waiting for 
data |
- | | http.protocol.max-redirects | an int | the maximum number of redirects to 
be followed |
- | | http.proxy.host=myproxy.org | | To disable proxy set the host to null |
- | | http.proxy.port | | | 
- | | http.proxy.domain | |  |
- | | http.proxy.user | | |
- | | http.proxy.password | | |
- | | jms.reply.destination | a string | the reply-to destination in an 
outbound message |
- | | jms.reply.timeout | an int | timeout in milliseconds for waiting for 
two-way reply |
- | | ws-adddressing.headers | true(default)/false | Enable/disable the 
WS-Addressing headers for outgoing soap requests |</p>
+
 <p><a name="EndpointConfiguration-Samplefile"></a></p>
 <h3 id="sample-file">Sample file</h3>
 <p><a href="/resources/sample.endpoint.txt">sample.endpoint.txt</a></p>
@@ -206,7 +304,8 @@ Tables below sum up this information.</p
     <thead>
         <tr>
             <th>Property name</th>
-            <th> Axis2 </th><th> Description/Notes</th>
+            <th>Axis2</th>
+            <th>Description/Notes</th>
         </tr>
     </thead>
     <tbody>

Modified: 
websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html
==============================================================================
--- 
websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html 
(original)
+++ 
websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html 
Mon Dec 31 16:42:46 2012
@@ -268,7 +268,7 @@ So one could imagine splitting the URL t
 <p>Another domain completely neglected by WSDL 1.1 HTTP Binding is Fault 
management. The word is not even mentioned in the <a 
href="http://www.w3.org/TR/wsdl#_http";>HTTP Binding section</a>.
 ODE allows you to bind a fault with HTTP Binding. If a <a 
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4";>4xx or a 
5xx</a> is returned, the following logic is applied:</p>
 <p>A failure is thrown if the code is one of these:</p>
-<table>
+<table class="table table-bordered table-hover>
     <thead>
         <tr>
             <th>Status-Codes triggering a Failure</th>


Reply via email to