Author: vanto
Date: Fri Dec 28 15:41:40 2012
New Revision: 1426550
URL: http://svn.apache.org/viewvc?rev=1426550&view=rev
Log:
link fixes.
Added:
ode/site/trunk/content/developerguide/source-code.mdtext
- copied, changed from r1426454, ode/site/trunk/content/source-code.mdtext
Removed:
ode/site/trunk/content/source-code.mdtext
Modified:
ode/site/trunk/content/developerguide/building-ode.mdtext
ode/site/trunk/content/faq.mdtext
ode/site/trunk/content/getting-ode.mdtext
ode/site/trunk/content/userguide/index.mdtext
ode/site/trunk/content/wsdl-11-http-binding-support.mdtext
Modified: ode/site/trunk/content/developerguide/building-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/developerguide/building-ode.mdtext?rev=1426550&r1=1426549&r2=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/developerguide/building-ode.mdtext (original)
+++ ode/site/trunk/content/developerguide/building-ode.mdtext Fri Dec 28
15:41:40 2012
@@ -2,7 +2,7 @@ Title: Building ODE
Category: contributing
# Overview
-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 [latest official
distribution](getting-ode.html) is probably a better option.
+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 [latest official
distribution](/getting-ode.html) is probably a better option.
<a name="BuildingODE-Gettingthesourcecode"></a>
## Getting the source code
Copied: ode/site/trunk/content/developerguide/source-code.mdtext (from
r1426454, ode/site/trunk/content/source-code.mdtext)
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/developerguide/source-code.mdtext?p2=ode/site/trunk/content/developerguide/source-code.mdtext&p1=ode/site/trunk/content/source-code.mdtext&r1=1426454&r2=1426550&rev=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/source-code.mdtext (original)
+++ ode/site/trunk/content/developerguide/source-code.mdtext Fri Dec 28
15:41:40 2012
@@ -33,7 +33,7 @@ Once you have ODE checked out you can up
:::text
$> svn update
-Once you've got the code you'll probably want to build it; for instructions
see [Building ODE](building-ode.html).
+Once you've got the code you'll probably want to build it; for instructions
see [Building ODE](/developerguide/building-ode.html).
<a name="SourceCode-Accessfrombehindafirewall"></a>
## Access from behind a firewall
Modified: ode/site/trunk/content/faq.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/faq.mdtext?rev=1426550&r1=1426549&r2=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/faq.mdtext (original)
+++ ode/site/trunk/content/faq.mdtext Fri Dec 28 15:41:40 2012
@@ -73,7 +73,7 @@ __A.__ ODE includes a rich eventing API
This section covers frequently-asked questions about the runtime requirements
for ODE and supported thirdparty products.
__Q.__ _Which Java virtual machines and runtime environments does ODE support?_
-__A.__ [Building ODE](building-ode.html) and executing ODE requires JDK 5.0.
+__A.__ [Building ODE](/developerguide/building-ode.html) and executing ODE
requires JDK 5.0.
__Q.__ _Which operating systems does ODE support?_
__A.__ 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.
Modified: ode/site/trunk/content/getting-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/getting-ode.mdtext?rev=1426550&r1=1426549&r2=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/getting-ode.mdtext (original)
+++ ode/site/trunk/content/getting-ode.mdtext Fri Dec 28 15:41:40 2012
@@ -98,7 +98,7 @@ Apache ODE 1.3.4 includes about 100 bug
<a name="GettingOde-1.3.3"></a>
## 1.3.3
-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
[changelog](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310270&status=5&status=6&fixfor=12313905&sorter/field=priority&sorter/order=DESC)
for an exhaustive list. There are no migration necessary from 1.3.2, for other
versions check the [upgrade](Upgrading ODE#from 1.2 to 1.3.2) page if
applicable.
+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
[changelog](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310270&status=5&status=6&fixfor=12313905&sorter/field=priority&sorter/order=DESC)
for an exhaustive list. There are no migration necessary from 1.3.2, for other
versions check the [upgrade](upgrading-ode.html#from1.2to1.3.2) page if
applicable.
<table class="table table-bordered">
<thead>
@@ -189,7 +189,7 @@ The second beta of our experimental 2.0
<a name="GettingOde-1.3.2"></a>
## 1.3.2
-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
[changelog](https://issues.apache.org/jira/browse/ODE/fixforversion/12313906)
for an exhaustive list. Check the [upgrade](Upgrading ODE#from 1.2 to 1.3.2)
page if applicable.
+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
[changelog](https://issues.apache.org/jira/browse/ODE/fixforversion/12313906)
for an exhaustive list. Check the [upgrade](upgrading-ode.html#from1.2to1.3.2)
page if applicable.
<table class="table table-bordered">
<thead>
@@ -233,7 +233,7 @@ Apache ODE 1.3.2 includes many features
<a name="GettingOde-1.2"></a>
## 1.2
-Apache ODE 1.2 packs new features as well as many small fixes and
improvements. The features highlight is [external
variables](/extensions/external-variables.html), support for the WSDL HTTP
binding (allowing the invocation of REST style services) and advanced endpoint
configurations. See the
[changelog](https://issues.apache.org/jira/browse/ODE?report=com.atlassian.jira.plugin.system.project:changelog-panel)
for the complete list of modifications and the [upgrade](Upgrading ODE#from
1.1 to 1.2) page if applicable.
+Apache ODE 1.2 packs new features as well as many small fixes and
improvements. The features highlight is [external
variables](/extensions/external-variables.html), support for the WSDL HTTP
binding (allowing the invocation of REST style services) and advanced endpoint
configurations. See the
[changelog](https://issues.apache.org/jira/browse/ODE?report=com.atlassian.jira.plugin.system.project:changelog-panel)
for the complete list of modifications and the
[upgrade](upgrading-ode.html#from1.1to1.2) page if applicable.
<table class="table table-bordered">
<thead>
@@ -437,4 +437,4 @@ There are nightly builds avaiable at [ht
<a name="GettingOde-Buildingfromsources"></a>
# Building from sources
-To build from the sources please see our [Building ODE](building-ode.html)
page.
\ No newline at end of file
+To build from the sources please see our [Building
ODE](/developerguide/building-ode.html) page.
\ No newline at end of file
Modified: ode/site/trunk/content/userguide/index.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/userguide/index.mdtext?rev=1426550&r1=1426549&r2=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/userguide/index.mdtext (original)
+++ ode/site/trunk/content/userguide/index.mdtext Fri Dec 28 15:41:40 2012
@@ -30,7 +30,7 @@ ODE can be deployed in three different e
1. [ODE Execution Events](/ode-execution-events.html)
1. [Endpoint References](/endpoint-references.html)
1. [WSDL 1.1 HTTP Binding Support](/wsdl-11-http-binding-support.html)
-1. [WSDL 1.1 Extensions for REST](/wsdl-11-extensions-for-rest.html)
+1. [WSDL 1.1 Extensions for REST](/extensions/wsdl-11-extensions-for-rest.html)
1. [BPEL Extensions](/extensions/)
1. [Instance Data Cleanup](/instance-data-cleanup.html)
1. [Direct Process-to-Process
Communication](/direct-process-to-process-communication.html)
Modified: ode/site/trunk/content/wsdl-11-http-binding-support.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/wsdl-11-http-binding-support.mdtext?rev=1426550&r1=1426549&r2=1426550&view=diff
==============================================================================
--- ode/site/trunk/content/wsdl-11-http-binding-support.mdtext (original)
+++ ode/site/trunk/content/wsdl-11-http-binding-support.mdtext Fri Dec 28
15:41:40 2012
@@ -7,5 +7,5 @@ Actually only the following [MIME types]
[mime:multipartRelated](http://www.w3.org/TR/wsdl#_mime:multipartRelated),
[mime:soap:body](http://www.w3.org/TR/wsdl#_mime:soap:body) and
[mime:mimeXml](http://www.w3.org/TR/wsdl#_mime:mimeXml) are not supported.
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 [here](wsdl-1.1-extensions-for-rest.html).
+All the details you want to know are [here](wsdl-11-extensions-for-rest.html).