Author: pzf
Date: Wed Dec 6 02:44:30 2006
New Revision: 483019
URL: http://svn.apache.org/viewvc?view=rev&rev=483019
Log:
updated docs
Modified:
incubator/synapse/trunk/java/src/main/release/BUILDING.txt
incubator/synapse/trunk/java/src/main/release/README.txt
incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt
incubator/synapse/trunk/java/src/site/resources/Synapse_Samples.html
Modified: incubator/synapse/trunk/java/src/main/release/BUILDING.txt
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/release/BUILDING.txt?view=diff&rev=483019&r1=483018&r2=483019
==============================================================================
--- incubator/synapse/trunk/java/src/main/release/BUILDING.txt (original)
+++ incubator/synapse/trunk/java/src/main/release/BUILDING.txt Wed Dec 6
02:44:30 2006
@@ -11,11 +11,11 @@
Note: If you encounter any issues with Maven 2 complaining of invalid POMs
refer to this ->
http://www.nabble.com/forum/ViewPost.jtp?post=7437760&framed=y
-To build the Synapse assembly, use the following:
+To build the Synapse distribution, use the following:
mvn assembly:assembly -Drelease
-This would build the source and binary distributions in the target folder.
+This will build the source and binary distributions in the target folder.
To build the site, use:
Modified: incubator/synapse/trunk/java/src/main/release/README.txt
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/release/README.txt?view=diff&rev=483019&r1=483018&r2=483019
==============================================================================
--- incubator/synapse/trunk/java/src/main/release/README.txt (original)
+++ incubator/synapse/trunk/java/src/main/release/README.txt Wed Dec 6
02:44:30 2006
@@ -1,4 +1,4 @@
-Apache Synapse 0.90 build (November, 2006)
+Apache Synapse 0.90 build (December 2006)
http://incubator.apache.org/synapse/
------------------------------------------------------
Modified: incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt?view=diff&rev=483019&r1=483018&r2=483019
==============================================================================
--- incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt
(original)
+++ incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt Wed
Dec 6 02:44:30 2006
@@ -1,22 +1,33 @@
-Apache Synapse XX Release Notes
+Apache Synapse 0.90 Release Notes
1. Overview
-2. Installation Prerequisites
-3. Building the Samples
-4. Known Problems
-5. Reporting Problems
-6. Specific issues, features, and improvements fixed in the Synapse 0.90
release
+Apache Synapse is a highly flexible XML router and mediator that can be the
basis of your SOA infrastructure.
-Release Notes - Synapse - Version 0.90
+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.
-6.1 Bugs
+Please see http://incubator.apache.org/synapse/
-6.2 Improvements
+2. Installation Prerequisites
+Apache Synapse requires either JDK1.4 or JDK1.5
-6.3 New Features
+3. Building the Samples
+Please see the document docs/Synapse_Samples.html
-6.4 Tasks
+4. Known Problems
+Incoming POX support does not work at this time.
-6.5 Tests
+5. Reporting Problems
+Please use Apache's JIRA system (http://issues.apache.org/jira/) to report
issues you find. You may also join the synapse-dev mailing list by
+sending email to [EMAIL PROTECTED]
-6.6 Wishes
+6. New features
+The 0.90 release adds support for:
+ * WS-Security termination and initiation
+ * WS-ReliableMessaging termination and initiation
+ * Support for dynamic reloading and remote reigstries
+ * Scripting mediators based on Apache BSF
+ * Refactored and cleaner synapse configuration xml
Modified: incubator/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=483019&r1=483018&r2=483019
==============================================================================
--- incubator/synapse/trunk/java/src/site/resources/Synapse_Samples.html
(original)
+++ incubator/synapse/trunk/java/src/site/resources/Synapse_Samples.html Wed
Dec 6 02:44:30 2006
@@ -119,7 +119,10 @@
<p>To start the bundled Axis2 server, go to the samples/axis2Server directory
and execute the axis2server.sh or axis2server.bat script. This starts the
-Axis2 server with the HTTP transport listner on port 9000.</p>
+Axis2 server with the HTTP transport listener on port 9000.</p>
+
+<p>Please note that the script picks up the correct config from the AXIS2_HOME
directory, so please
+ensure this isn't set, or points to the samples/axis2Server directory.</p>
<p>The sample services are available in the samples/axis2Server/src
directory. To deploy these services go the the selected directory and run
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]