Author: buildbot
Date: Fri Dec 28 20:24:14 2012
New Revision: 844161

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/ws-security-in-ode.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 20:24:14 2012
@@ -1 +1 @@
-1426595
+1426617

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 Dec 28 
20:24:14 2012
@@ -123,7 +123,7 @@ If service name and port name are omitte
 </pre></div>
 
 
-<p>If your namespace does not collide with the <a 
href="-http://java.sun.com/j2se/1.4.2/docs/api/java/util/properties.html#load(java.io.inputstream).html">property
 syntax </a>, you dont have to define an alias. This property file is 
accepted:</p>
+<p>If your namespace does not collide with the <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/properties.html#load(java.io.inputstream).html">property
 syntax </a>, you dont have to define an alias. This property file is 
accepted:</p>
 <div class="codehilite"><pre><span class="c1"># Next line is commented</span>
 <span class="c1"># alias.ode_ns=http://ode.apache.org</span>
 
@@ -201,7 +201,7 @@ Such unmanaged properties will also be p
 Tables below sum up this information.</p>
 <p><a name="EndpointConfiguration-SOAPServices(Axis2)"></a></p>
 <h5 id="soap-services-axis2">SOAP Services (Axis2)</h5>
-<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>
+<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>
 <tr><th> Property name </th><th> Axis2 </th><th> Description/Notes </th></tr>
  | http.request.chunk | Options.setProperty(HTTPConstants.CHUNKED, ?) | |
@@ -220,8 +220,8 @@ Tables below sum up this information.</p
 
 <p><a name="EndpointConfiguration-HTTPServices(HttpClient)"></a></p>
 <h5 id="http-services-httpclient">HTTP Services (HttpClient)</h5>
-<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.
+<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>
 <p>|| Property name || HttpClient|| Description/Notes ||
  | http.request.chunk | EntityEnclosingMethod.setContentChunked() | |
@@ -264,7 +264,7 @@ 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>
+<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>
       

Modified: websites/staging/ode/trunk/content/ws-security-in-ode.html
==============================================================================
--- websites/staging/ode/trunk/content/ws-security-in-ode.html (original)
+++ websites/staging/ode/trunk/content/ws-security-in-ode.html Fri Dec 28 
20:24:14 2012
@@ -210,7 +210,7 @@ sample03-ns.sample03-policy.ode.security
 <h3 id="useful-resources">Useful resources</h3>
 <h4 id="rampart-material">Rampart material</h4>
 <ul>
-<li>the <a href="http://wso2.org/projects/rampart/java] of Web Services 
Security specifications supported by Rampart">list</a></li>
+<li>the <a href="http://wso2.org/projects/rampart/java";>list</a> of Web 
Services Security specifications supported by Rampart</li>
 <li><a href="http://ws.apache.org/rampart/articles.html";>Rampart 
articles</a></li>
 <li><a href="http://ws.apache.org/rampart/samples.html";>Rampart 
samples</a></li>
 <li><a 
href="https://wiki.internet2.edu/confluence/display/GrouperWG/The+Newcastle+University+Grouper+page";>a
 Rampart tutorial</a></li>


Reply via email to