Author: asankha
Date: Thu Jan 4 11:18:23 2007
New Revision: 492697
URL: http://svn.apache.org/viewvc?view=rev&rev=492697
Log:
Update POMs and docs for 0.91, and remove references to incubator/ update
status to show graduation
Modified:
webservices/synapse/trunk/java/modules/core/pom.xml
webservices/synapse/trunk/java/modules/extensions/pom.xml
webservices/synapse/trunk/java/modules/mar/pom.xml
webservices/synapse/trunk/java/modules/nhttp/pom.xml
webservices/synapse/trunk/java/modules/samples/pom.xml
webservices/synapse/trunk/java/pom.xml
webservices/synapse/trunk/java/repository/conf/axis2.xml
webservices/synapse/trunk/java/src/main/assembly/bin.xml
webservices/synapse/trunk/java/src/main/release/BUILDING.txt
webservices/synapse/trunk/java/src/main/release/README.txt
webservices/synapse/trunk/java/src/main/release/docs/release_notes.txt
webservices/synapse/trunk/java/src/site/resources/Synapse_Extending.html
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
webservices/synapse/trunk/java/src/site/resources/Synapse_Userguide.html
webservices/synapse/trunk/java/src/site/site.xml
webservices/synapse/trunk/java/src/site/xdoc/index.xml
webservices/synapse/trunk/java/src/site/xdoc/navigation.xml
Modified: webservices/synapse/trunk/java/modules/core/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/modules/core/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/core/pom.xml Thu Jan 4 11:18:23 2007
@@ -25,12 +25,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
</parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-core</artifactId>
+ <artifactId>synapse-core</artifactId>
<name>Apache Synapse - Core</name>
<description>Apache Synapse - Core</description>
@@ -89,7 +89,7 @@
<manifest file="target/MANIFEST.MF">
<attribute name="Extension-Name"
value="org.apache.synapse"/>
- <attribute name="Specification-Title"
value="synapse-incubating"/>
+ <attribute name="Specification-Title"
value="synapse"/>
<attribute name="Specification-Vendor"
value="Apache Software Foundation"/>
<attribute name="Specification-Version"
value="${pom.version}"/>
<attribute name="Implementation-Title"
value="Apache Synapse"/>
@@ -98,7 +98,7 @@
<attribute name="Implementation-Version"
value="${pom.version}"/>
</manifest>
- <jar
jarfile="target/synapse-incubating-${version}.mar"
manifest="target/MANIFEST.MF">
+ <jar jarfile="target/synapse-${version}.mar"
manifest="target/MANIFEST.MF">
<fileset dir="target/modules/synapse">
<include name="**"/>
</fileset>
@@ -107,8 +107,8 @@
</fileset>
</jar>
- <copy
file="target/synapse-incubating-${version}.mar"
-
tofile="target/test_repos/synapse/modules/synapse-incubating-${version}.mar"/>
+ <copy file="target/synapse-${version}.mar"
+
tofile="target/test_repos/synapse/modules/synapse-${version}.mar"/>
</tasks>
</configuration>
Modified: webservices/synapse/trunk/java/modules/extensions/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/extensions/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/modules/extensions/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/extensions/pom.xml Thu Jan 4
11:18:23 2007
@@ -25,12 +25,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
</parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-extensions</artifactId>
+ <artifactId>synapse-extensions</artifactId>
<name>Apache Synapse - Extensions</name>
<description>Apache Synapse - Extensions</description>
@@ -63,7 +63,7 @@
<dependencies>
<dependency>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-core</artifactId>
+ <artifactId>synapse-core</artifactId>
</dependency>
<!-- external JARs -->
Modified: webservices/synapse/trunk/java/modules/mar/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/mar/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/modules/mar/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/mar/pom.xml Thu Jan 4 11:18:23 2007
@@ -25,12 +25,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
</parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating</artifactId>
+ <artifactId>synapse</artifactId>
<name>Apache Synapse - Module</name>
<description>Apache Synapse - Module</description>
@@ -50,7 +50,7 @@
<phase>package</phase>
<configuration>
<tasks>
- <copy
file="../core/target/synapse-incubating-${synapse.version}.mar"
tofile="target/synapse-incubating-${synapse.version}.mar"/>
+ <copy
file="../core/target/synapse-${synapse.version}.mar"
tofile="target/synapse-${synapse.version}.mar"/>
</tasks>
</configuration>
<goals>
@@ -74,7 +74,7 @@
<configuration>
<artifacts>
<artifact>
-
<file>target/synapse-incubating-${synapse.version}.mar</file>
+
<file>target/synapse-${synapse.version}.mar</file>
<type>mar</type>
</artifact>
</artifacts>
Modified: webservices/synapse/trunk/java/modules/nhttp/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/nhttp/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/modules/nhttp/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/nhttp/pom.xml Thu Jan 4 11:18:23
2007
@@ -25,8 +25,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
</parent>
<artifactId>synapse-nhttp</artifactId>
Modified: webservices/synapse/trunk/java/modules/samples/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/samples/pom.xml Thu Jan 4 11:18:23
2007
@@ -25,12 +25,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
</parent>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-samples</artifactId>
+ <artifactId>synapse-samples</artifactId>
<name>Apache Synapse - Samples</name>
<description>Apache Synapse - Samples</description>
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-core</artifactId>
+ <artifactId>synapse-core</artifactId>
</dependency>
</dependencies>
Modified: webservices/synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Thu Jan 4 11:18:23 2007
@@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.synapse</groupId>
- <artifactId>Apache-Synapse-Incubating</artifactId>
- <version>SNAPSHOT</version>
+ <artifactId>Apache-Synapse</artifactId>
+ <version>0.91</version>
<name>Apache Synapse</name>
<description>Apache Synapse</description>
<packaging>pom</packaging>
- <url>http://incubator.apache.org/synapse/</url>
+ <url>http://ws.apache.org/synapse/</url>
<issueManagement>
<url>http://issues.apache.org/jira/browse/SYNAPSE</url>
@@ -66,11 +66,11 @@
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/synapse/trunk/java
+
<connection>http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/synapse/trunk/java
+
<developerConnection>https://svn.apache.org/repos/asf/webservices/synapse/trunk/java
</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/synapse/trunk/java/</url>
+ <url>http://svn.apache.org/viewvc/webservices/synapse/trunk/java/</url>
</scm>
<organization>
@@ -93,7 +93,7 @@
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
-
<finalName>synapse-${synapse.version}-incubating</finalName>
+ <finalName>synapse-${synapse.version}</finalName>
</configuration>
</plugin>
@@ -155,7 +155,7 @@
<Specification-Title>${pom.artifactId}</Specification-Title>
<Specification-Vendor>Apache Software
Foundation</Specification-Vendor>
<Specification-Version>${pom.version}</Specification-Version>
- <Implementation-Title>Apache Synapse
Incubating</Implementation-Title>
+ <Implementation-Title>Apache
Synapse</Implementation-Title>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<Implementation-Vendor>Apache Software
Foundation</Implementation-Vendor>
<Implementation-Version>${pom.version}</Implementation-Version>
@@ -206,17 +206,17 @@
<dependencies>
<dependency>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-core</artifactId>
+ <artifactId>synapse-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-extensions</artifactId>
+ <artifactId>synapse-extensions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.synapse</groupId>
- <artifactId>synapse-incubating-samples</artifactId>
+ <artifactId>synapse-samples</artifactId>
<version>${project.version}</version>
</dependency>
@@ -540,7 +540,7 @@
</modules>
<properties>
- <synapse.version>SNAPSHOT</synapse.version>
+ <synapse.version>0.91</synapse.version>
<axis2.version>1.1.051</axis2.version>
<rampart.version>1.1</rampart.version>
<axiom.version>1.2.1</axiom.version>
Modified: webservices/synapse/trunk/java/repository/conf/axis2.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/axis2.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/axis2.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/axis2.xml Thu Jan 4
11:18:23 2007
@@ -205,7 +205,7 @@
<!-- ================================================= -->
<!-- Comment this to disable Addressing -->
<module ref="addressing"/>
- <module ref="synapse-incubating"/>
+ <module ref="synapse"/>
<!--Configuring module , providing parameters for modules whether they
refer or not-->
<!--<moduleConfig name="addressing">-->
Modified: webservices/synapse/trunk/java/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/main/assembly/bin.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/main/assembly/bin.xml (original)
+++ webservices/synapse/trunk/java/src/main/assembly/bin.xml Thu Jan 4
11:18:23 2007
@@ -70,7 +70,7 @@
<directory>modules/core/target</directory>
<outputDirectory>synapse-${synapse.version}/repository/modules</outputDirectory>
<includes>
- <include>synapse-incubating-${synapse.version}.mar</include>
+ <include>synapse-${synapse.version}.mar</include>
</includes>
</fileSet>
<fileSet>
@@ -146,7 +146,7 @@
<!--<directory>target</directory>-->
<!--<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>-->
<!--<includes>-->
- <!--<include>synapse-incubator.jar</include>-->
+ <!--<include>synapse.jar</include>-->
<!--</includes>-->
<!--</fileSet>-->
@@ -154,21 +154,21 @@
<directory>modules/core/target</directory>
<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
<includes>
-
<include>synapse-incubating-core-${synapse.version}.jar</include>
+ <include>synapse-core-${synapse.version}.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>modules/samples/target</directory>
<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
<includes>
-
<include>synapse-incubating-samples-${synapse.version}.jar</include>
+ <include>synapse-samples-${synapse.version}.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>modules/extensions/target</directory>
<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
<includes>
-
<include>synapse-incubating-extensions-${synapse.version}.jar</include>
+ <include>synapse-extensions-${synapse.version}.jar</include>
</includes>
</fileSet>
<fileSet>
Modified: webservices/synapse/trunk/java/src/main/release/BUILDING.txt
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/main/release/BUILDING.txt?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/main/release/BUILDING.txt (original)
+++ webservices/synapse/trunk/java/src/main/release/BUILDING.txt Thu Jan 4
11:18:23 2007
@@ -1,6 +1,6 @@
Building Synapse from Source
-The Synapse source code is available at
http://svn.apache.org/viewcvs.cgi/incubator/synapse/trunk/java/
+The Synapse source code is available at
http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
To build Synapse, you will need JDK 1.4.x or 1.5.x., Maven 2 and any of its
dependencies.
Modified: webservices/synapse/trunk/java/src/main/release/README.txt
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/main/release/README.txt?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/main/release/README.txt (original)
+++ webservices/synapse/trunk/java/src/main/release/README.txt Thu Jan 4
11:18:23 2007
@@ -1,14 +1,10 @@
-Apache Synapse 0.90 build (December 2006)
+Apache Synapse 0.91 build (January 2007)
-http://incubator.apache.org/synapse/
+http://ws.apache.org/synapse/
------------------------------------------------------
-Apache Synapse is an effort undergoing incubation at the Apache Software
Foundation (ASF),
-sponsored by the Web Services PMC. Incubation is required of all newly
accepted projects
-until a further review indicates that the infrastructure, communications, and
decision
-making process have stabilized in a manner consistent with other successful
ASF projects.
-While incubation status is not necessarily a reflection of the completeness or
stability
-of the code, it does indicate that the project has yet to be fully endorsed by
the ASF.
+Synapse graduated from the Apache Incubator on the 2nd of January 2007. The
0.91 release
+is its first public release after graduation.
-------------------
Documentation
Modified: webservices/synapse/trunk/java/src/main/release/docs/release_notes.txt
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/main/release/docs/release_notes.txt?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/main/release/docs/release_notes.txt
(original)
+++ webservices/synapse/trunk/java/src/main/release/docs/release_notes.txt Thu
Jan 4 11:18:23 2007
@@ -1,15 +1,11 @@
-Apache Synapse 0.90 Release Notes
+Apache Synapse 0.91 Release Notes
1. Overview
Apache Synapse is a highly flexible XML router and mediator that can be the
basis of your SOA infrastructure.
-Apache Synapse is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
-Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure,
-communications, and decision making process have stabilized in a manner
consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or
stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.
+Apache Synapse graduated from the Apache Incubator on the 2nd of January 2007
-Please see http://incubator.apache.org/synapse/
+Please see http://ws.apache.org/synapse/
2. Installation Prerequisites
Apache Synapse requires either JDK1.4 or JDK1.5
@@ -25,6 +21,8 @@
sending email to [EMAIL PROTECTED]
6. New features
+The 0.91 release adds support for:
+ * WS-Reliable Messaging Sequence management
The 0.90 release adds support for:
* WS-Security termination and initiation
* WS-ReliableMessaging termination and initiation
Modified:
webservices/synapse/trunk/java/src/site/resources/Synapse_Extending.html
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Extending.html?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Extending.html
(original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Extending.html
Thu Jan 4 11:18:23 2007
@@ -48,7 +48,7 @@
</p>
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/MessageContext.java?view=markup">MessageContext
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/MessageContext.java?view=markup">MessageContext
Interface</a></h4>
<p></p>
@@ -135,7 +135,7 @@
support built into Axis2's AXIOM object model.</p>
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Mediator.java?view=markup">Mediator
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Mediator.java?view=markup">Mediator
interface</a></h4>
<p>The second key interface for mediator writers is the Mediator
@@ -184,7 +184,7 @@
below, or extend from the org.apache.synapse.mediators.AbstractListMediator.
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/ListMediator.java?view=markup">The
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/ListMediator.java?view=markup">The
ListMediator interface</a></h4>
<pre>package org.apache.synapse.mediators;
@@ -243,7 +243,7 @@
FilterMediator interface.
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/FilterMediator.java?view=markup">FilterMediator
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/FilterMediator.java?view=markup">FilterMediator
interface</a></h4>
<pre>package org.apache.synapse.mediators;
@@ -295,7 +295,7 @@
modules/extensions in the Synapse source distribution for examples.
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactory.java?view=markup">The
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactory.java?view=markup">The
MediatorFactory interface</a></h4>
<pre>package org.apache.synapse.config.xml;
@@ -323,7 +323,7 @@
<p></p>
<h4><a
-href="http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializer.java?view=markup">The
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializer.java?view=markup">The
MediatorSerializer interface</a></h4>
<pre>/**</pre>
<pre>* Interface which should be implemented by mediator serializers. Does
the</pre>
@@ -359,8 +359,8 @@
text file with the name org.apache.synapse.config.xml.ExtensionFactory which
contains a list of fully qualified classname that implement the above
interface, listing each class in a separate line. e.g. The built-in
-synapse-incubating-extensions.jar contains the following structure
-<pre>synapse-incubating-extensions.jar
+synapse-extensions.jar contains the following structure
+<pre>synapse-extensions.jar
/META-INF/services
org.apache.synapse.config.xml.ExtensionFactory
org.apache.synapse.config.xml.MediatorFactory
Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
(original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Thu
Jan 4 11:18:23 2007
@@ -133,9 +133,9 @@
<p>For example, to deploy the SimpleStockQuoteService service go to the
samples/axis2Server/src/SimpleStockQuoteService and execute 'ant' without any
arguments as follows:</p>
-<pre>C:\Java\synapse-0.90-SNAPSHOT\samples\axis2Server\src\SimpleStockQuoteService>ant<br>Buildfile:
build.xml
+<pre>C:\Java\synapse\samples\axis2Server\src\SimpleStockQuoteService>ant<br>Buildfile:
build.xml
...
-[jar] Building jar:
C:\Java\synapse-0.90-SNAPSHOT\samples\axis2Server\repository\services\SimpleStockQuoteService.aar
+[jar] Building jar:
C:\Java\synapse\samples\axis2Server\repository\services\SimpleStockQuoteService.aar
BUILD SUCCESSFUL</pre>
<h2><a name="SampleServices">Descriptions of sample Services</a></h2>
Modified:
webservices/synapse/trunk/java/src/site/resources/Synapse_Userguide.html
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Userguide.html?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Userguide.html
(original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Userguide.html
Thu Jan 4 11:18:23 2007
@@ -398,7 +398,7 @@
<h2>Message Mediation</h2>
The Synapse configuration language describes the XML syntax used to configure
Synapse, and describes the built-in mediators. Please refer to <a
-href="http://wiki.apache.org/incubator/Synapse/SynapseConfigurationLanguage">http://wiki.apache.org/incubator/Synapse/SynapseConfigurationLanguage</a>
+href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?content-type=text%2Fhtml&view=co">http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?content-type=text%2Fhtml&view=co</a>
for more information.<br>
<br>
Modified: webservices/synapse/trunk/java/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/site.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/site.xml (original)
+++ webservices/synapse/trunk/java/src/site/site.xml Thu Jan 4 11:18:23 2007
@@ -36,7 +36,6 @@
<body>
<links>
<item name="Apache" href="http://www.apache.org/"/>
- <!--item name="Incubator" href="http://incubator.apache.org/"/-->
<item name="WebServices" href="http://ws.apache.org/"/>
</links>
Modified: webservices/synapse/trunk/java/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/xdoc/index.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/xdoc/index.xml (original)
+++ webservices/synapse/trunk/java/src/site/xdoc/index.xml Thu Jan 4 11:18:23
2007
@@ -38,7 +38,7 @@
<li><a href="Synapse_Configuration_Language.html">The Synapse Configuration
Language</a></li>
<li><a href="Synapse_Samples.html">A Quick start with Synapse
Samples</a></li>
<li><a href="Synapse_Extending.html">Extending Synapse</a></li>
- <li><a href="Synapse_Userguide.html">The Synapse User Guide</a><a
href="http://wiki.apache.org/incubator/Synapse/0.90/SynapseUserGuide">(In
Progress)</a></li>
+ <li><a href="Synapse_Userguide.html">The Synapse User Guide</a><a
href="">(In Progress)</a></li>
<li>The WS Wiki <a
href="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</a></li>
<!--li>The Incubator Wiki <a
href="http://wiki.apache.org/incubator/Synapse">http://wiki.apache.org/incubator/Synapse</a></li-->
@@ -57,7 +57,7 @@
<section name="Status">
<p>Synapse has graduated from the incubator! Synapse was officially
accepted as a sub-project of the Apache WS project on the 2nd January 2007.</p>
- <p>The latest release of Synapse is <a
href="http://incubator.apache.org/synapse/download/0.90/download.cgi">0.90</a>.
Its key features are </p>
+ <p>The latest release of Synapse is <a href="">0.91</a>. Its key
features are </p>
<ul>
<li><p> A streamlined configuration model and a new XML syntax</p></li>
@@ -68,7 +68,8 @@
<li><p> Support for WS-Reliable Messaging and WS-Security through
WS-Policies</p></li>
<li><p> Script mediator supporting all BSF scripting languages </p></li>
<li><p> Support for error handling and recovery </p></li>
- <li><p> Many built in mediators </p></li>
+ <li><p> Support for WS-RM sequences </p></li>
+ <li><p> Many built in mediators </p></li>
<li><p> Maven 2 based build process</p></li>
<li><p> Many samples and a built-in Axis2 server to try out and
experiment with samples (Samples includes WS-Security, JMS POX/Text messages,
Script mediation and many more samples which can be run out of the box)
</p></li>
<li><p> Enhanced documentation </p></li>
Modified: webservices/synapse/trunk/java/src/site/xdoc/navigation.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/xdoc/navigation.xml?view=diff&rev=492697&r1=492696&r2=492697
==============================================================================
--- webservices/synapse/trunk/java/src/site/xdoc/navigation.xml (original)
+++ webservices/synapse/trunk/java/src/site/xdoc/navigation.xml Thu Jan 4
11:18:23 2007
@@ -24,7 +24,7 @@
<item name="Home" href="index.html"/>
<item name="Download Synapse">
<item name="Releases" href="download.cgi"/>
- <item name="Source Code"
href="http://svn.apache.org/viewcvs.cgi/incubator/synapse/trunk/java/"/>
+ <item name="Source Code"
href="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/"/>
</item>
<item name="Documentation">
<item name="Synapse configuration language and syntax"
href="Synapse_Configuration_Language.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]