Author: buildbot
Date: Fri Dec 28 15:41:47 2012
New Revision: 844128

Log:
Staging update by buildbot for ode

Added:
    websites/staging/ode/trunk/content/developerguide/source-code.html
Removed:
    websites/staging/ode/trunk/content/source-code.html
Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/developerguide/building-ode.html
    websites/staging/ode/trunk/content/faq.html
    websites/staging/ode/trunk/content/getting-ode.html
    websites/staging/ode/trunk/content/sitemap.html
    websites/staging/ode/trunk/content/userguide/index.html
    websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 15:41:47 2012
@@ -1 +1 @@
-1426514
+1426550

Modified: websites/staging/ode/trunk/content/developerguide/building-ode.html
==============================================================================
--- websites/staging/ode/trunk/content/developerguide/building-ode.html 
(original)
+++ websites/staging/ode/trunk/content/developerguide/building-ode.html Fri Dec 
28 15:41:47 2012
@@ -84,7 +84,7 @@
       <div class="row">
         <div class="span12">
           <h1 id="overview">Overview</h1>
-<p>Building from the source is usually for the thick skinned, we try to keep 
our trunk stable but it's a development environment so we can never guarantee 
that everything will be smooth. If you rather work with something more stable 
or if you don't need the latest and greatest, using the <a 
href="getting-ode.html">latest official distribution</a> is probably a better 
option.</p>
+<p>Building from the source is usually for the thick skinned, we try to keep 
our trunk stable but it's a development environment so we can never guarantee 
that everything will be smooth. If you rather work with something more stable 
or if you don't need the latest and greatest, using the <a 
href="/getting-ode.html">latest official distribution</a> is probably a better 
option.</p>
 <p><a name="BuildingODE-Gettingthesourcecode"></a></p>
 <h2 id="getting-the-source-code">Getting the source code</h2>
 <p><a name="BuildingODE-withSubversion"></a></p>

Added: websites/staging/ode/trunk/content/developerguide/source-code.html
==============================================================================
--- websites/staging/ode/trunk/content/developerguide/source-code.html (added)
+++ websites/staging/ode/trunk/content/developerguide/source-code.html Fri Dec 
28 15:41:47 2012
@@ -0,0 +1,285 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Source Code</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=" 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 &amp; 
Services</a></li>
+                  <li><a href="/javadoc/">Javadoc</a></li>
+                </ul>
+              </li>
+              <li class="active 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="/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>Source Code</h1>
+        
+      </div>
+    </header>
+    
+
+    <!-- Content -->
+    <div class="container">
+      
+      <div class="row">
+        <div class="span12">
+          <p><a name="SourceCode-Overview"></a></p>
+<h1 id="overview">Overview</h1>
+<p>ODE uses <a href="http://subversion.tigris.org/";>Subversion</a> to manage 
its source code. Instructions on Subversion use can be found <a 
href="http://svnbook.red-bean.com";>here</a>.</p>
+<p><a name="SourceCode-Mainrepository"></a></p>
+<h2 id="main-repository">Main repository</h2>
+<p><a name="SourceCode-WebAccess"></a></p>
+<h3 id="web-access">Web Access</h3>
+<dl>
+<dt>1.3.x branch (Stable)</dt>
+<dd><a 
href="http://svn.apache.org/repos/asf/ode/branches/ode-1.3.6.x";>http://svn.apache.org/repos/asf/ode/branches/ode-1.3.6.x</a></dd>
+<dt>Trunk (Development)</dt>
+<dd><a 
href="http://svn.apache.org/viewvc/ode/trunk/";>http://svn.apache.org/viewvc/ode/trunk/</a></dd>
+</dl>
+<p>or via <a href="http://fisheye6.cenqua.com/browse/ode";>Fisheye</a> (hosted 
by Cenqua/Atlassian)</p>
+<p><a name="SourceCode-Anonymousaccess"></a></p>
+<h3 id="anonymous-access">Anonymous access</h3>
+<p>ODE source can be checked out anonymously with this command:</p>
+<div class="codehilite"><pre>$&gt; svn checkout 
http://svn.apache.org/repos/asf/ode/trunk ode
+</pre></div>
+
+
+<p>Once you have ODE checked out you can update the source by executing the 
following command from within the <em>ode</em> directory.</p>
+<div class="codehilite"><pre>$&gt; svn update
+</pre></div>
+
+
+<p>Once you've got the code you'll probably want to build it; for instructions 
see <a href="/developerguide/building-ode.html">Building ODE</a>.</p>
+<p><a name="SourceCode-Accessfrombehindafirewall"></a></p>
+<h2 id="access-from-behind-a-firewall">Access from behind a firewall</h2>
+<p>For those users who are stuck behind a corporate firewall which is blocking 
http access to the Subversion repository, you can try to access it via 
HTTPS:</p>
+<div class="codehilite"><pre>$&gt; svn checkout 
https://svn.apache.org/repos/asf/ode/trunk ode
+</pre></div>
+
+
+<p><a name="SourceCode-Accessthroughaproxy"></a></p>
+<h2 id="access-through-a-proxy">Access through a proxy</h2>
+<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your "servers" configuration file to indicate which proxy to use. 
The files location depends on your operating system. On Linux or Unix it is 
located in the directory "~/.subversion". On Windows it is in 
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden 
directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
+<p>Example : Edit the 'servers' file and add something like :</p>
+<div class="codehilite"><pre><span class="k">[global]</span>
+<span class="na">http-proxy-host</span> <span class="o">=</span> <span 
class="s">your.proxy.name</span>
+<span class="na">http-proxy-port</span> <span class="o">=</span> <span 
class="s">3128</span>
+</pre></div>
+
+
+<p><a name="SourceCode-SubmittingaPatch"></a></p>
+<h3 id="submitting-a-patch">Submitting a Patch</h3>
+<p>If you make changes to ODE, and would like to contribute the to the 
project, you should create a patch and post it to the <a 
href="http://issues.apache.org/jira/browse/ODE";>ODE JIRA issue tracker</a>.  To 
create a patch, simply execute the following command:</p>
+<div class="codehilite"><pre>$&gt; svn diff &gt; your-changes.patch
+</pre></div>
+
+
+<p><a name="SourceCode-DeveloperAccess"></a></p>
+<h2 id="developer-access">Developer Access</h2>
+<p>Everyone can access the ODE Subversion repository via HTTPS, but ODE 
Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="codehilite"><pre>$&gt; svn checkout 
https://svn.apache.org/repos/asf/ode/trunk ode
+</pre></div>
+
+
+<p>To commit changes to the repository, you must set your password on the 
Apache Subversion server.  To set your password, use ssh to connect to 
svn.apache.org, and enter the command '''svnpasswd'''. This will prompt you to 
enter a svn password of your choice (pick a safe password).  Now, now your are 
ready to commit changes using your username/password.  Execute the following 
command to commit your changes (svn will prompt you for your password)</p>
+<div class="codehilite"><pre>$&gt; svn commit --username your-username
+Authentication realm: &lt;https://svn.apache.org:443&gt; ASF Committers
+Password for &#39;your-username&#39;: your-password
+</pre></div>
+
+
+<p>You can also pass your password on the command line directly, but this is a 
security problem on multiuser unix computers (the command line arguments are 
available via the ps command).  Here is the command if you are Windows or a 
single user unix computer:</p>
+<div class="codehilite"><pre>$&gt; svn commit --username your-username 
--password your-password
+</pre></div>
+
+
+<p>Remember to replace 'your-username' and 'your-password' with your actual 
username and password on svn.apache.org.</p>
+<p><a name="SourceCode-Subversionclientconfig"></a></p>
+<h3 id="subversion-client-config">Subversion client config</h3>
+<p>Add this to your subversion client configuration file:</p>
+<p><em>Note:</em> make sure the settings are merged into the appropriate 
section if it already exists,
+as duplicate section names can cause problems.</p>
+<p>Possible locations of your subversion client configuration
+<em> Windows: C:\Documents and Settings\yourname\Application 
Data\Subversion\config
+</em> Linux: \~/.subversion/config</p>
+<p><em>Note:</em> The names of svn keywords that are substituted in files may 
not match the SVN keywords in this config file.  This is because a number of 
SVN keywords have alternate names that can be used.  For example the "Revision" 
keyword may be specified as "Rev" and "LastChangedRevision" and can be used 
interchangably.  This file uses the standard Subversion Keywords, not their 
alternate forms for clarity and consistency with the Subversion config files 
used by other ASF projects.  This config file does not need to be changed to 
use the alternate forms for the alternate forms to be able to be used.  For 
further information on Subversion keywords see <a 
href="http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4";>http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4</a>.</p>
+<div class="codehilite"><pre><span class="k">[miscellany]</span>
+<span class="na">global-ignores</span> <span class="o">=</span> <span 
class="s">*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store build dist 
target</span>
+<span class="na">enable-auto-props</span> <span class="o">=</span> <span 
class="s">yes</span>
+
+<span class="k">[auto-props]</span>
+<span class="na">*.c</span> <span class="o">=</span> <span 
class="s">svn:eol-style=native;svn:keywords=Date Author Id Revision 
HeadURL</span>
+<span class="na">*.cpp</span> <span class="o">=</span> <span 
class="s">svn:eol-style=native;svn:keywords=Date Author Id Revision 
HeadURL</span>
+<span class="na">*.h</span> <span class="o">=</span> <span 
class="s">svn:eol-style=native;svn:keywords=Date Author Id Revision 
HeadURL</span>
+<span class="na">*.dsp</span> <span class="o">=</span> <span 
class="s">svn:eol-style=CRLF</span>
+<span class="na">*.dsw</span> <span class="o">=</span> <span 
class="s">svn:eol-style=CRLF</span>
+<span class="na">*.sh</span> <span class="o">=</span> <span 
class="s">svn:executable;svn:eol-style=native;svn:keywords=Date Revision</span>
+<span class="na">*.cmd</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=CRLF</span>
+<span class="na">*.bat</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=CRLF</span>
+<span class="na">Makefile</span> <span class="o">=</span> <span 
class="s">svn:eol-style=native;svn:keywords=Date Author Id Revision 
HeadURL</span>
+<span class="na">*.obj</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/octet-stream</span>
+<span class="na">*.bin</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/octet-stream</span>
+<span class="na">*.bmp</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/bmp</span>
+<span class="na">*.class</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/java</span>
+<span class="na">*.doc</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/msword</span>
+<span class="na">*.exe</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/octet-stream</span>
+<span class="na">*.gif</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/gif</span>
+<span class="na">*.gz</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/x-gzip</span>
+<span class="na">*.jar</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/java-archive</span>
+<span class="na">*.jelly</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.jpg</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/jpeg</span>
+<span class="na">*.jpeg</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/jpeg</span>
+<span class="na">*.pdf</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/pdf</span>
+<span class="na">*.png</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/png</span>
+<span class="na">*.tgz</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/octet-stream</span>
+<span class="na">*.tif</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/tiff</span>
+<span class="na">*.tiff</span> <span class="o">=</span> <span 
class="s">svn:mime-type=image/tiff</span>
+<span class="na">*.zip</span> <span class="o">=</span> <span 
class="s">svn:mime-type=application/zip</span>
+<span class="na">*.txt</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.xml</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.ent</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.dtd</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.vsl</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.xsd</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.xsl</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.wsdl</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.htm</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.html</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.css</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/css;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.js</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.jsp</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.txt</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.java</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.properties</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+<span class="na">*.sql</span> <span class="o">=</span> <span 
class="s">svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date 
Revision</span>
+</pre></div>
+
+
+<p>To verify the auto-props processing is working you can test adding a file 
without committing it (Windows example):</p>
+<div class="codehilite"><pre>C:\projects\ODE&gt;echo 
testdata&gt;test-auto-props.xml
+
+C:\projects\ODE&gt;svn add test-auto-props.xml
+A         test-auto-props.xml
+
+C:\projects\ODE&gt;svn proplist test-auto-props.xml
+Properties on &#39;test-auto-props.xml&#39;:
+  svn:mime-type
+  svn:keywords
+  svn:eol-style
+
+C:\projects\ODE&gt;svn propget svn:mime-type test-auto-props.xml
+text/xml
+
+C:\projects\ODE&gt;svn propget svn:keywords test-auto-props.xml
+Date Author Id Revision HeadURL
+
+C:\projects\ODE&gt;svn propget svn:eol-style test-auto-props.xml
+native
+
+C:\projects\ODE&gt;svn revert test-auto-props.xml
+Reverted &#39;test-auto-props.xml&#39;
+
+C:\projects\ODE&gt;del test-auto-props.xml
+</pre></div>
+
+
+<p>If you didn't get the results above, double check that the following line 
in the miscellany section is set and not commented out or set elsewhere.</p>
+<div class="codehilite"><pre><span class="na">enable-auto-props</span> <span 
class="o">=</span> <span class="s">yes</span>
+</pre></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>&trade;</sup> is a top-level 
project at the <a href="http://www.apache.org";>Apache Software 
Foundation<sup>&trade;</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/faq.html
==============================================================================
--- websites/staging/ode/trunk/content/faq.html (original)
+++ websites/staging/ode/trunk/content/faq.html Fri Dec 28 15:41:47 2012
@@ -128,7 +128,7 @@
 <h2 id="runtime-environments-and-requirements">Runtime Environments and 
Requirements</h2>
 <p>This section covers frequently-asked questions about the runtime 
requirements for ODE and supported thirdparty products.</p>
 <p><strong>Q.</strong> <em>Which Java virtual machines and runtime 
environments does ODE support?</em>
-<strong>A.</strong> <a href="building-ode.html">Building ODE</a> and executing 
ODE requires JDK 5.0.</p>
+<strong>A.</strong> <a href="/developerguide/building-ode.html">Building 
ODE</a> and executing ODE requires JDK 5.0.</p>
 <p><strong>Q.</strong> <em>Which operating systems does ODE support?</em>
 <strong>A.</strong> ODE is written entirely in Java and can run on any 
operating system supporting the required Java environment. ODE has been tested 
and is known to run on Windows 2000, Windows XP, Linux, MacOS X, Solaris, and 
AIX.</p>
 <p><strong>Q.</strong> <em>Does ODE require a database? Which databases and 
versions does ODE support?</em>

Modified: websites/staging/ode/trunk/content/getting-ode.html
==============================================================================
--- websites/staging/ode/trunk/content/getting-ode.html (original)
+++ websites/staging/ode/trunk/content/getting-ode.html Fri Dec 28 15:41:47 2012
@@ -173,7 +173,7 @@
 
 <p><a name="GettingOde-1.3.3"></a></p>
 <h2 id="133">1.3.3</h2>
-<p>Apache ODE 1.3.3 is a security release for the process deployment web 
service, which was sensible to deployment messages with forged names. It also 
includes a few bug fixes and improvements. See the <a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310270&amp;status=5&amp;status=6&amp;fixfor=12313905&amp;sorter/field=priority&amp;sorter/order=DESC";>changelog</a>
 for an exhaustive list. There are no migration necessary from 1.3.2, for other 
versions check the <a href="Upgrading ODE#from 1.2 to 1.3.2">upgrade</a> page 
if applicable.</p>
+<p>Apache ODE 1.3.3 is a security release for the process deployment web 
service, which was sensible to deployment messages with forged names. It also 
includes a few bug fixes and improvements. See the <a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=12310270&amp;status=5&amp;status=6&amp;fixfor=12313905&amp;sorter/field=priority&amp;sorter/order=DESC";>changelog</a>
 for an exhaustive list. There are no migration necessary from 1.3.2, for other 
versions check the <a href="upgrading-ode.html#from1.2to1.3.2">upgrade</a> page 
if applicable.</p>
 <table class="table table-bordered">
     <thead>
         <tr>
@@ -259,7 +259,7 @@
 <h1 id="archived-releases">Archived Releases</h1>
 <p><a name="GettingOde-1.3.2"></a></p>
 <h2 id="132">1.3.2</h2>
-<p>Apache ODE 1.3.2 includes many features and improvements, among others: 
XQuery 1.0 in BPEL queries and expressions, Publish/Subscribe across process 
instances, WS-BPEL processes provided over JMS, WS-Security support, Process 
data clean up, better performance and memory management. As well as many bug 
fixes. See the <a 
href="https://issues.apache.org/jira/browse/ODE/fixforversion/12313906";>changelog</a>
 for an exhaustive list. Check the <a href="Upgrading ODE#from 1.2 to 
1.3.2">upgrade</a> page if applicable.</p>
+<p>Apache ODE 1.3.2 includes many features and improvements, among others: 
XQuery 1.0 in BPEL queries and expressions, Publish/Subscribe across process 
instances, WS-BPEL processes provided over JMS, WS-Security support, Process 
data clean up, better performance and memory management. As well as many bug 
fixes. See the <a 
href="https://issues.apache.org/jira/browse/ODE/fixforversion/12313906";>changelog</a>
 for an exhaustive list. Check the <a 
href="upgrading-ode.html#from1.2to1.3.2">upgrade</a> page if applicable.</p>
 <table class="table table-bordered">
     <thead>
         <tr>
@@ -301,7 +301,7 @@
 
 <p><a name="GettingOde-1.2"></a></p>
 <h2 id="12">1.2</h2>
-<p>Apache ODE 1.2 packs new features as well as many small fixes and 
improvements. The features highlight is <a 
href="/extensions/external-variables.html">external variables</a>, support for 
the WSDL HTTP binding (allowing the invocation of REST style services) and 
advanced endpoint configurations. See the <a 
href="https://issues.apache.org/jira/browse/ODE?report=com.atlassian.jira.plugin.system.project:changelog-panel";>changelog</a>
 for the complete list of modifications and the <a href="Upgrading ODE#from 1.1 
to 1.2">upgrade</a> page if applicable.</p>
+<p>Apache ODE 1.2 packs new features as well as many small fixes and 
improvements. The features highlight is <a 
href="/extensions/external-variables.html">external variables</a>, support for 
the WSDL HTTP binding (allowing the invocation of REST style services) and 
advanced endpoint configurations. See the <a 
href="https://issues.apache.org/jira/browse/ODE?report=com.atlassian.jira.plugin.system.project:changelog-panel";>changelog</a>
 for the complete list of modifications and the <a 
href="upgrading-ode.html#from1.1to1.2">upgrade</a> page if applicable.</p>
 <table class="table table-bordered">
     <thead>
         <tr>
@@ -494,7 +494,7 @@
 </table></p>
 <p><a name="GettingOde-Buildingfromsources"></a></p>
 <h1 id="building-from-sources">Building from sources</h1>
-<p>To build from the sources please see our <a 
href="building-ode.html">Building ODE</a> page.</p>
+<p>To build from the sources please see our <a 
href="/developerguide/building-ode.html">Building ODE</a> page.</p>
         </div>
       </div>
       

Modified: websites/staging/ode/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ode/trunk/content/sitemap.html (original)
+++ websites/staging/ode/trunk/content/sitemap.html Fri Dec 28 15:41:47 2012
@@ -138,7 +138,6 @@
 <li><a href="/service.html">service</a></li>
 <li><a href="/smx4-osgi-deployment.html">SMX4 OSGi Deployment</a></li>
 <li><a href="/soap-11.html">SOAP 1.1</a></li>
-<li><a href="/source-code.html">Source Code</a></li>
 <li><a href="/specifications-and-standards.html">Specifications and 
Standards</a></li>
 <li><a href="/standard-faults.html">Standard Faults</a></li>
 <li><a href="/system-lifecycle.html">System Lifecycle</a></li>

Modified: websites/staging/ode/trunk/content/userguide/index.html
==============================================================================
--- websites/staging/ode/trunk/content/userguide/index.html (original)
+++ websites/staging/ode/trunk/content/userguide/index.html Fri Dec 28 15:41:47 
2012
@@ -111,7 +111,7 @@
 <li><a href="/ode-execution-events.html">ODE Execution Events</a></li>
 <li><a href="/endpoint-references.html">Endpoint References</a></li>
 <li><a href="/wsdl-11-http-binding-support.html">WSDL 1.1 HTTP Binding 
Support</a></li>
-<li><a href="/wsdl-11-extensions-for-rest.html">WSDL 1.1 Extensions for 
REST</a></li>
+<li><a href="/extensions/wsdl-11-extensions-for-rest.html">WSDL 1.1 Extensions 
for REST</a></li>
 <li><a href="/extensions/">BPEL Extensions</a></li>
 <li><a href="/instance-data-cleanup.html">Instance Data Cleanup</a></li>
 <li><a href="/direct-process-to-process-communication.html">Direct 
Process-to-Process Communication</a></li>

Modified: websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html
==============================================================================
--- websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html 
(original)
+++ websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html Fri 
Dec 28 15:41:47 2012
@@ -89,7 +89,7 @@ Actually only the following <a href="htt
 1. Non-XML types will be processed as Text, thus Text Media Types comes de 
facto but they may have a very limited set of usages.</p>
 <p><a 
href="http://www.w3.org/TR/wsdl#_mime:multipartRelated";>mime:multipartRelated</a>,
 <a href="http://www.w3.org/TR/wsdl#_mime:soap:body";>mime:soap:body</a> and <a 
href="http://www.w3.org/TR/wsdl#_mime:mimeXml";>mime:mimeXml</a> are not 
supported.</p>
 <p>Considering how unsuitable WSDL 1.1 HTTP Binding is for a large majority of 
services -- especially RESTful services -- a set of extensions is available.
-All the details you want to know are <a 
href="wsdl-1.1-extensions-for-rest.html">here</a>.</p>
+All the details you want to know are <a 
href="wsdl-11-extensions-for-rest.html">here</a>.</p>
         </div>
       </div>
       


Reply via email to