Author: asankha
Date: Wed Jun  4 22:53:10 2008
New Revision: 17948
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17948

Log:
update docs and poms for the release


Modified:
   branches/esb/java/1.7/esb/java/modules/core/pom.xml
   branches/esb/java/1.7/esb/java/modules/distribution/pom.xml
   branches/esb/java/1.7/esb/java/modules/distribution/src/main/assembly/bin.xml
   branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/server.xml
   
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/BUILDING.txt
   branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/NOTICE
   
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/README.txt
   
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/release_notes.txt
   
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/samples/README.txt
   branches/esb/java/1.7/esb/java/modules/mediators/pom.xml
   branches/esb/java/1.7/esb/java/modules/mediators/router/pom.xml
   branches/esb/java/1.7/esb/java/modules/mediators/smooks/pom.xml
   branches/esb/java/1.7/esb/java/modules/samples/pom.xml
   branches/esb/java/1.7/esb/java/modules/startup/pom.xml
   branches/esb/java/1.7/esb/java/pom.xml
   branches/esb/java/1.7/esb/java/src/site/site.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Extending.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/docs_index.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml

Modified: branches/esb/java/1.7/esb/java/modules/core/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/core/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/core/pom.xml (original)
+++ branches/esb/java/1.7/esb/java/modules/core/pom.xml Wed Jun  4 22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.wso2.esb</groupId>
             <artifactId>wso2-esb-startup</artifactId>
-            <version>1.7-beta2</version>
+            <version>1.7</version>
         </dependency>
     </dependencies>
 </project>

Modified: branches/esb/java/1.7/esb/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/distribution/pom.xml (original)
+++ branches/esb/java/1.7/esb/java/modules/distribution/pom.xml Wed Jun  4 
22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/assembly/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/assembly/bin.xml   
    (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/assembly/bin.xml   
    Wed Jun  4 22:53:10 2008
@@ -242,14 +242,6 @@
         </fileSet>
 
         <fileSet>
-            <directory>../../modules/mediators/smooks/target</directory>
-            
<outputDirectory>wso2esb-${wso2.esb.version}/webapp/WEB-INF/lib</outputDirectory>
-            <includes>
-                <include>smooks-mediator-${wso2.esb.version}.jar</include>
-            </includes>
-        </fileSet>
-
-        <fileSet>
             <directory>../../modules/startup/target</directory>
             
<outputDirectory>wso2esb-${wso2.esb.version}/tomcat/lib</outputDirectory>
             <includes>
@@ -365,6 +357,30 @@
                 
<exclude>org.apache.geronimo.specs:geronimo-javamail:jar</exclude>
                 <exclude>xml-apis:xml-apis:jar</exclude>
                 <exclude>xerces:xercesImpl:jar</exclude>
+
+                <!-- excluding Jars for in-memory registry, smooks, amqp and 
acegi -->
+                <exclude>hsqldb:hsqldb:jar</exclude>
+                <exclude>org.acegisecurity:acegi-security:jar</exclude>
+                <exclude>org.springframework:spring-dao:jar</exclude>
+                <exclude>org.springframework:spring-jdbc:jar</exclude>
+                <exclude>org.springframework:spring-remoting</exclude>
+                
<exclude>org.springframework.spring-support:spring-support:jar</exclude>
+                <exclude>org.springframework:spring-web:jar</exclude>
+                <exclude>org.springframework:spring-webmvc:jar</exclude>
+                <exclude>org.springframework:spring-support:jar</exclude>
+                <exclude>milyn.milyn-commons:milyn-commons:jar</exclude>
+                <exclude>milyn.milyn-edisax:milyn-edisax:jar</exclude>
+                
<exclude>milyn.milyn-edisax-model:milyn-edisax-model:jar</exclude>
+                
<exclude>milyn.milyn-smooks-core:milyn-smooks-core:jar</exclude>
+                <exclude>milyn.milyn-smooks-edi:milyn-smooks-edi:jar</exclude>
+                <exclude>org.mvel:mvel:jar</exclude>
+                <exclude>org.freemarker.freemarker:freemarker:jar</exclude>
+                <exclude>xpp3.xpp3_min:xpp3_min:jar</exclude>
+                <exclude>com.thoughtworks.xstream.xstream:xstream:jar</exclude>
+                <exclude>org.apache.qpid:qpid-client:jar</exclude>
+                <exclude>org.apache.qpid:qpid-common:jar</exclude>
+                <exclude>org.apache.mina:mina-filter-ssl:jar</exclude>
+                <exclude>commons-cli:commons-cli:jar</exclude>
             </excludes>
         </dependencySet>
         <dependencySet>

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/server.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/server.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/server.xml    
    (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/server.xml    
    Wed Jun  4 22:53:10 2008
@@ -19,7 +19,7 @@
 
 <Server xmlns="http://www.wso2.org/projects/esb";>
 
-    <Version>1.7-beta2</Version>
+    <Version>1.7</Version>
 
     <!-- The default admin accounts -->
     <ESBUsers>
@@ -52,7 +52,7 @@
     <ContextPath>/esb</ContextPath>             <!-- The web context for the 
ESB -->
     <RMIRegistryPort>1099</RMIRegistryPort>     <!-- RMI Registry port used 
for JMX -->
     <HTTPPort>8280</HTTPPort>                   <!-- HTTP port used by the 
underlying Axis2/Synapse -->
-    <HTTPSPort>4433</HTTPSPort>                 <!-- HTTPS port used by the 
underlying Axis2/Synapse -->
+    <HTTPSPort>8243</HTTPSPort>                 <!-- HTTPS port used by the 
underlying Axis2/Synapse -->
     <DerbyPort>1528</DerbyPort>                 <!-- Derby database port -->
     <StatisticsInterval>60</StatisticsInterval> <!-- Interval (in seconds) for 
processing statistics -->
     <StartEmbeddedDerby>true</StartEmbeddedDerby><!-- Start an embedded Derby 
database for statistics and registry -->

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/BUILDING.txt
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/BUILDING.txt?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/BUILDING.txt
   (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/BUILDING.txt
   Wed Jun  4 22:53:10 2008
@@ -1,9 +1,9 @@
-Building WSO2 ESB v.1.6 from source
+Building WSO2 ESB from source
 
 Requirements
 ============
 Maven 2.0.8
-JDK 1.5.x (e.g. JDK 1.5.0_13)
+JDK 1.5.x (e.g. JDK 1.5.0_15)
 
 Source code is available at 
http://wso2.org/repos/wso2/tags/esb/java/1.6/esb/java/
 

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/NOTICE
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/NOTICE?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/NOTICE 
(original)
+++ branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/NOTICE 
Wed Jun  4 22:53:10 2008
@@ -1,4 +1,4 @@
-WSO2 Enterprise Service Bus (ESB) v1.6
+WSO2 Enterprise Service Bus (ESB) v1.7
 
 Copyright (c) 2006-2008 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/README.txt
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/README.txt?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/README.txt 
    (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/README.txt 
    Wed Jun  4 22:53:10 2008
@@ -1,5 +1,5 @@
-WSO2 Enterprise Service Bus (ESB), v 1.6 (January, 2008)
-=========================================================
+WSO2 Enterprise Service Bus (ESB)
+=================================
 
 WSO2 ESB is released under Apache Licence v2.0, which is available in the 
LICENSE file
 
@@ -28,6 +28,10 @@
 
 A Quick Start Guide is also available in the docs folder.
 
+After installation, go to the /bin subdirectory and execute the 
wso2-esb.sh/bat to start the
+WSO2 ESB. Then point your browser to https://localhost:9443/esb to login to 
the administration
+console. The default username and password is admin/admin
+
 
 -------------------
 Samples
@@ -49,7 +53,7 @@
 Resources
 ================
 For the full list of resources visit the WSO2 ESB product Home page at
-http://www.wso2.org/projects/esb/java
+http://wso2.org/esb
 
 
 ----------------
@@ -68,10 +72,10 @@
 Support
 ================
 
-Any issues with this release can be reported through 
http://www.wso2.org/jira/browse/ESBJAVA
+Any issues with this release can be reported through 
https://wso2.org/jira/browse/ESBJAVA
 
 Developers can be reached by joining the mailing group esb-java-dev@wso2.org
-Refer to the product page at http://wso2.org/projects/esb/java for more 
information
+Refer to the product page at http://wso2.org/esb for more information
 
 Alternatively, questions can be raised using the forum 
http://wso2.org/forum/187 or the user
 mailing list [EMAIL PROTECTED]

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/release_notes.txt
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/release_notes.txt?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/release_notes.txt
      (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/release_notes.txt
      Wed Jun  4 22:53:10 2008
@@ -1,4 +1,4 @@
-WSO2 Enterprise Service Bus (ESB) v1.6 - Release Note - January 2008
+WSO2 Enterprise Service Bus (ESB) v1.7 - Release Notes - June 2008
 ===========================================================================
 
 The WSO2 ESB is an ultra fast, light-weight and versatile Enterprise Service 
Bus
@@ -13,6 +13,24 @@
 New Features
 ==========================
 
+The 1.7 release
+    * Support for Hessian binary messages
+    * FIX (Financial Information eXchange) protocol transport
+    * WS-Reliable Messaging support with WSO2 Mercury
+    * Ability to stop, re-start and gracefully shutdown the ESB through JMX
+    * Integrated WSO2 Registry shipped, with ability to connect to a remote 
WSO2 Registry
+    * Support for re-usable database connection pools for DB report/lookup 
mediators
+    * Support for GZip encoding and HTTP 100 continue
+    * Natural support for dual channel messaging with WS-Addressing
+    * Cluster aware sticky load balancing support
+    * Non-blocking streaming of large messages at high concurreny with 
constant memory usage
+    * Support for an ELSE clause for the Filter mediator
+    * Ability to specify XPath expressions relative to the envelope or body
+    * Support for separate policies for incoming/outgoing messages
+    * Support for a mandatory sequence before mediation
+    * New Router mediator
+    * Ability to re-deploy proxy services
+
 The 1.6 release
     * Ability to pin a proxy or a task to server instances
     * Improved error handling in JMS transport
@@ -57,35 +75,25 @@
 
 1. WSO2 ESB known issues and limitations 
 
-    ESBJAVA-234 - After clicking on the "Close" button of the "Sequence 
Editor" window when adding
-    anonymous sequences to a Proxy Service, the mediators lost the next time 
you open the "Sequence
-    Editor" window
-
-    ESBJAVA-351 - The average response time of "Server Statics" displayed as 
NaN under some instances
-
-    ESBJAVA-268 - Unable to start the sample axis2server.bat on Windows
-
-    ESBJAVA-373 - [IE] When the wso2-esb.log is about 2MB and when trying to 
access System logs using
-    IE, the browser hangs and the CPU usage goes upto about 50%
-
-    ESBJAVA-309 - Unable to view/edit the sequences after clicking on the 
"Close" icon of the WSO2
-    ESB Sequence Editor window of a sequence in the Integrated Registry
-
-    ESBJAVA-408 - Support improved renaming of files in VFS transport
+    ESBJAVA-509 Unwanted Java Script alert displayed when updating the Cache 
Mediator
+    ESBJAVA-444 Problem when creating an endpoint from a WSDL and the address 
of the WSDL is a https address
+    ESBJAVA-452 Once a Proxy Service is removed the relevant statistics of 
that particular Proxy service should be removed as well
+    ESBJAVA-484 ESB fails to start when WSDL URI is not found
+    ESBJAVA-497 VFSTransportListener Error closing stream
+    ESBJAVA-346 Cursor not available in some of the popup windows
+    ESBJAVA-372 [IE] When the wso2-esb.log is about 2MB .. the browser hangs
+    ESBJAVA-505 Problems with web console in Firefox 3.0 RC1
 
 
 2. As the WSO2 ESB 1.6 depends on the Apache Synapse 1.1.1, it inherits the 
list of known issues of
    the Apache Synapse 1.1.1 release listed below
 
-    SYNAPSE-180 - Require the ability to throttle by concurrency within a 
cluster
-
-    SYNAPSE-174 - The non-blocking http/s transports cannot handle WS-RM 
requests
-
-    SYNAPSE-213 - Improve handling of input in XSLTMediator
-
-    SYNAPSE-211 - Improve performance in XSLTMediator when temporary files are 
used
-
-    SYNAPSE-212 - XSLTMediator doesn't close/delete temporary files properly
+    SYNAPSE-180 Does not support throttling by concurrency within a cluster
+    SYNAPSE-186 Does not support HTTP some of the REST operations (such as 
put/delete etc)
+    SYNAPSE-181 Does not yet support JTA transactions
+    SYNAPSE-330 Does not yet support load balancing with session affinity 
using SOAP sessions
+    SYNAPSE-280 Does not preserve CDATA sections within payloads
+    SYNAPSE-307 The XSLT mediator will not report errors encountered in a 
provided stylesheet
 
     The Synapse JMS implementation supports JMS 1.0.2b, however due to 
licensing issues we include
     the JMS 1.1 spec JAR from Apache Geronimo (geronimo-jms_1.1_spec-1.1.jar) 
instead. If you have
@@ -112,6 +120,9 @@
   * If you encounter issues with your JDK related to XML processing, try 
placing the Xerces jar
     files xercesImpl-2.8.0.jar and xml-apis-1.3.03.jar in your 
<JDK>/jre/lib/endorsed/ directory.
 
+  * If you encounter any issues using the script mediator support, ensure that 
you are not using
+    a JDK 1.6.x. The WSO2 ESB is verified currently on JDK 1.5.0
+
 
 ------------------------
 Training

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/samples/README.txt
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/samples/README.txt?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/samples/README.txt
     (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/release/samples/README.txt
     Wed Jun  4 22:53:10 2008
@@ -1,5 +1,5 @@
-Samples of WSO2 Enterprise Service Bus (ESB), v 1.6 (January, 2008)
-====================================================================
+Samples of WSO2 Enterprise Service Bus (ESB)
+============================================
 
 --------------------
 Pre-requisites
@@ -13,16 +13,16 @@
 If you are using any other JMS provider, you need to install the necessary 
libraries and/or
 components. Using the Mail transport will require configuration to suit your 
environment.
 
-Install and run WSO2 ESB. See the installationguide.html in the doc folder for 
more details.
+To install and run WSO2 ESB. See the installationguide.html in the doc folder 
for more details.
 
-To compile and run the sample clients, an Ant version is required, and the 
1.6.5 version is
+To compile and run the sample clients, an Ant version is required, and the 
1.7.0 version is
 recommended.
 
 
 ----------------------
 Trying out the Samples
 ======================
-The samples provided with the installation are available in this samples sub 
directory.
+The samples provided with the installation are available in this samples 
sub-directory.
 The [synapse] configuration files used for the samples are available in the 
'repository/conf/sample'
 directory, and the associated resources within the resources sub-directory.
 
@@ -64,16 +64,16 @@
 ================
 Please contact us through esb-java-user mailing list if you have any trouble 
running the samples.
 
-Go to http://wso2.org/projects/esb/java#mail for subscription details.
+Go to http://wso2.org/mail#esb for subscription details.
 
 ----------------
 Support
 ================
 
-Any issues with this release can be reported through 
http://www.wso2.org/jira/browse/ESBJAVA
+Any issues with this release can be reported through 
https://wso2.org/jira/browse/ESBJAVA
 
 Developers can be reached by joining the mailing group esb-java-dev@wso2.org
-Refer to the product page at http://wso2.org/projects/esb/java for more 
information
+Refer to the product page at http://wso2.org/esb for more information
 
 Alternatively, questions can be raised using the forum 
http://wso2.org/forum/187 or the user
 mailing list [EMAIL PROTECTED]

Modified: branches/esb/java/1.7/esb/java/modules/mediators/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/mediators/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/mediators/pom.xml    (original)
+++ branches/esb/java/1.7/esb/java/modules/mediators/pom.xml    Wed Jun  4 
22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: branches/esb/java/1.7/esb/java/modules/mediators/router/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/mediators/router/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/mediators/router/pom.xml     
(original)
+++ branches/esb/java/1.7/esb/java/modules/mediators/router/pom.xml     Wed Jun 
 4 22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb-mediators</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb.mediators</groupId>

Modified: branches/esb/java/1.7/esb/java/modules/mediators/smooks/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/mediators/smooks/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/mediators/smooks/pom.xml     
(original)
+++ branches/esb/java/1.7/esb/java/modules/mediators/smooks/pom.xml     Wed Jun 
 4 22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb-mediators</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb.mediators</groupId>

Modified: branches/esb/java/1.7/esb/java/modules/samples/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/samples/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/samples/pom.xml      (original)
+++ branches/esb/java/1.7/esb/java/modules/samples/pom.xml      Wed Jun  4 
22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: branches/esb/java/1.7/esb/java/modules/startup/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/startup/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/startup/pom.xml      (original)
+++ branches/esb/java/1.7/esb/java/modules/startup/pom.xml      Wed Jun  4 
22:53:10 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.7-beta2</version>
+        <version>1.7</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: branches/esb/java/1.7/esb/java/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/pom.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/pom.xml      (original)
+++ branches/esb/java/1.7/esb/java/pom.xml      Wed Jun  4 22:53:10 2008
@@ -25,7 +25,7 @@
     <groupId>org.wso2.esb</groupId>
     <artifactId>wso2-esb</artifactId>
     <packaging>pom</packaging>
-    <version>1.7-beta2</version>
+    <version>1.7</version>
     <name>WSO2 Enterprise Service Bus (ESB)</name>
     <url>http://www.wso2.org/projects/esb/java</url>
     <licenses>
@@ -609,12 +609,6 @@
            <version>${smack.version}</version>
         </dependency -->
 
-        <dependency>
-            <groupId>milyn</groupId>
-            <artifactId>milyn-smooks-edi</artifactId>
-            <version>${milyn.version}</version>
-        </dependency>
-
         <!-- Derby jars -->
         <dependency>
             <groupId>org.apache.derby</groupId>
@@ -753,6 +747,10 @@
                     <groupId>jaxen</groupId>
                     <artifactId>jaxen</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-activation_1.0.2_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -830,7 +828,7 @@
 
     <modules>
         <module>modules/core</module>
-        <module>modules/mediators</module>
+        <module>modules/mediators/router</module>
         <module>modules/samples</module>
         <module>modules/distribution</module>
         <module>modules/startup</module>
@@ -855,7 +853,7 @@
         <server.short.name>WSO2 ESB</server.short.name>
 
         <!-- WSO2 components -->
-        <wso2.esb.version>1.7-beta2</wso2.esb.version>
+        <wso2.esb.version>1.7</wso2.esb.version>
         <wso2commons.version>1.2</wso2commons.version>
         <wso2commons.statistics.version>2.2.1</wso2commons.statistics.version>
         <wso2commons.utils.version>2.2.1</wso2commons.utils.version>
@@ -875,7 +873,7 @@
         <slf4j.version>1.0.1</slf4j.version>
 
         <!-- Synapse and related components -->
-           <synapse.version>1.2-beta1</synapse.version>
+           <synapse.version>1.2</synapse.version>
         <httpcore.nio.version>4.0-beta1</httpcore.nio.version>
         <smack.version>2.2.1</smack.version>
 
@@ -896,6 +894,5 @@
         <wrapper.version>3.2.3</wrapper.version>
         <tomcat.version>5.5.15</tomcat.version>
         <geronimo.spec.jta.version>1.0.1B-rc4</geronimo.spec.jta.version>
-        <milyn.version>1.0</milyn.version>
     </properties>
 </project>

Modified: branches/esb/java/1.7/esb/java/src/site/site.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/site.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/site.xml    (original)
+++ branches/esb/java/1.7/esb/java/src/site/site.xml    Wed Jun  4 22:53:10 2008
@@ -47,7 +47,7 @@
             <item name="WSO2.org" href="http://wso2.org"/>
         </links>
 
-        <menu name="WSO2 ESB 1.6">
+        <menu name="WSO2 ESB 1.7">
             <item name="Release Notes" href="release_notes.html"/>
             <item name="Contents" href="docs_index.html"/>
         </menu>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Extending.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Extending.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Extending.xml      
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Extending.xml      Wed Jun 
 4 22:53:10 2008
@@ -27,7 +27,7 @@
   <head>
     <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
     <title>
-      WSO2 ESB v1.6 - Extending Synapse
+      WSO2 ESB - Extending Synapse
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
 

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml     
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml     Wed Jun 
 4 22:53:10 2008
@@ -27,13 +27,13 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      WSO2 ESB v1.6 - Quick Start Guide
+      WSO2 ESB - Quick Start Guide
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body>
     <h1>
-      WSO2 Enterprise Service Bus (ESB) v1.6 Quick Start Guide
+      WSO2 Enterprise Service Bus (ESB) Quick Start Guide
     </h1>
     <p>
       This guide demonstrates two sample applications covering the basic and 
the
@@ -189,17 +189,17 @@
     </p>
 <pre xml:space="preserve"> Using Bouncy castle JAR for Java 1.5
 Starting WSO2 Enterprise Service Bus ...
-Using ESB_HOME:        /home/upul/wso2esb-1.6
+Using ESB_HOME:        /home/upul/wso2esb
 Using JAVA_HOME:       /usr/java
-Using SYNAPSE_XML:     
-Dsynapse.xml=/home/upul/wso2esb-1.6/webapp/WEB-INF/classes/conf/synapse.xml
-2007-11-08 17:57:45,904 [-] [main]  INFO ServiceBusConfiguration Configuration 
loaded from : /home/upul/wso2esb-1.6/webapp/WEB-INF/classes/conf/server.xml
+Using SYNAPSE_XML:     
-Dsynapse.xml=/home/upul/wso2esb/webapp/WEB-INF/classes/conf/synapse.xml
+2007-11-08 17:57:45,904 [-] [main]  INFO ServiceBusConfiguration Configuration 
loaded from : /home/upul/wso2esb/webapp/WEB-INF/classes/conf/server.xml
 2007-11-08 17:57:48,361 [-] [main]  INFO ServiceBusManager Database server 
started on localhost over port 1528
-2007-11-08 17:57:48,365 [-] [main]  INFO ServerManager Using the Axis2 
Repository /home/upul/wso2esb-1.6/repository
+2007-11-08 17:57:48,365 [-] [main]  INFO ServerManager Using the Axis2 
Repository /home/upul/wso2esb/repository
 2007-11-08 17:57:49,630 [-] [main]  INFO SynapseInitializationModule 
Initializing Synapse at : Thu Nov 08 17:57:49 LKT 2007
 2007-11-08 17:57:49,630 [127.0.1.1-upul] [main]  INFO 
SynapseInitializationModule Loading mediator extensions...
 2007-11-08 17:57:54,097 [127.0.1.1-upul] [main]  INFO 
SynapseInitializationModule Initializing the Synapse configuration ...
 2007-11-08 17:57:54,099 [127.0.1.1-upul] [main]  INFO XMLConfigurationBuilder 
Generating the Synapse configuration model by parsing the XML configuration
-2007-11-08 17:57:54,235 [127.0.1.1-upul] [main]  INFO 
SynapseConfigurationBuilder Loaded Synapse configuration from : 
/home/upul/wso2esb-1.6/webapp/WEB-INF/classes/conf/synapse.xml
+2007-11-08 17:57:54,235 [127.0.1.1-upul] [main]  INFO 
SynapseConfigurationBuilder Loaded Synapse configuration from : 
/home/upul/wso2esb/webapp/WEB-INF/classes/conf/synapse.xml
 2007-11-08 17:57:54,246 [127.0.1.1-upul] [main]  INFO 
SynapseInitializationModule Deploying the Synapse service..
 2007-11-08 17:57:54,250 [127.0.1.1-upul] [main]  INFO 
SynapseInitializationModule Initializing Sandesha 2...
 2007-11-08 17:57:54,331 [127.0.1.1-upul] [main]  INFO 
SynapseInitializationModule Deploying Proxy services...
@@ -320,26 +320,26 @@
       directory. Run "ant" to build and deploy this service to the sample Axis2
       server.
     </p>
-<pre xml:space="preserve">[EMAIL 
PROTECTED]:~/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre xml:space="preserve">[EMAIL 
PROTECTED]:~/wso2esb/samples/axis2Server/src/SimpleStockQuoteService$ ant
 Buildfile: build.xml
 
 clean:
 
 init:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/repository/services
+    [mkdir] Created dir: 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp
+    [mkdir] Created dir: 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [mkdir] Created dir: 
/home/upul/wso2esb/samples/axis2Server/repository/services
 
 compile-all:
-    [javac] Compiling 9 source files to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [javac] Compiling 9 source files to 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
 
 build-service:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 9 files to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-      [jar] Building jar: 
/home/upul/wso2esb-1.6//samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+    [mkdir] Created dir: 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+    [mkdir] Created dir: 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 9 files to 
/home/upul/wso2esb/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+      [jar] Building jar: 
/home/upul/wso2esb/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 1 second</pre>
@@ -354,14 +354,14 @@
     <p>
       You will see the following messages on the console.
     </p>
-<pre xml:space="preserve">[EMAIL PROTECTED]:~/wso2esb-1.6/samples/axis2Server$ 
./axis2server.sh
+<pre xml:space="preserve">[EMAIL PROTECTED]:~/wso2esb/samples/axis2Server$ 
./axis2server.sh
  Using Bouncy castle JAR for Java 1.5
  Using JAVA_HOME:   /usr/java
- Using AXIS2 Repository :   
/home/upul/wso2esb-1.6/samples/axis2Server/repository
- Using AXIS2 Configuration :   
/home/upul/wso2esb-1.6/samples/axis2Server/repository/conf/axis2.xml
+ Using AXIS2 Repository :   /home/upul/wso2esb/samples/axis2Server/repository
+ Using AXIS2 Configuration :   
/home/upul/wso2esb/samples/axis2Server/repository/conf/axis2.xml
 2007-11-08 18:00:54,283 [-] [main]  INFO SimpleHTTPServer [SimpleAxisServer] 
Starting
-[SimpleAxisServer] Using the Axis2 Repository : 
/home/upul/wso2esb-1.6/samples/axis2Server/repository
-[SimpleAxisServer] Using the Axis2 Configuration File : 
/home/upul/wso2esb-1.6/samples/axis2Server/repository/conf/axis2.xml
+[SimpleAxisServer] Using the Axis2 Repository : 
/home/upul/wso2esb/samples/axis2Server/repository
+[SimpleAxisServer] Using the Axis2 Configuration File : 
/home/upul/wso2esb/samples/axis2Server/repository/conf/axis2.xml
 2007-11-08 18:00:55,494 [-] [main]  INFO HttpCoreNIOSender HTTPS Sender 
starting
 2007-11-08 18:00:55,495 [-] [main]  INFO HttpCoreNIOSender HTTP Sender starting
 2007-11-08 18:00:55,798 [-] [main]  INFO HttpCoreNIOListener HTTPS Listener 
starting on port : 9002
@@ -379,14 +379,14 @@
     <p>
       You can see the following output with the quote price sent by the server.
     </p>
-<pre xml:space="preserve">[EMAIL PROTECTED]:~/wso2esb-1.6/samples/axis2Client$ 
ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote
+<pre xml:space="preserve">[EMAIL PROTECTED]:~/wso2esb/samples/axis2Client$ ant 
stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote
 Buildfile: build.xml
 
 init:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Client/target/classes
+    [mkdir] Created dir: /home/upul/wso2esb/samples/axis2Client/target/classes
 
 compile:
-    [javac] Compiling 10 source files to 
/home/upul/wso2esb-1.6/samples/axis2Client/target/classes
+    [javac] Compiling 10 source files to 
/home/upul/wso2esb/samples/axis2Client/target/classes
 
 stockquote:
      [java] Standard :: Stock price = $82.19300717003419

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml        
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml        Wed Jun 
 4 22:53:10 2008
@@ -22,14 +22,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="" />
-  <title>WSO2 ESB v1.6 - Samples Guide </title>
+  <title>WSO2 ESB - Samples Guide </title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
   <link href="ESB_Samples_Setup.xml" />
 </head>
 
 <body>
-<h1>Running the WSO2 Enterprise Service Bus (ESB) v1.6 Samples </h1>
+<h1>Running the WSO2 Enterprise Service Bus (ESB) Samples </h1>
 
 <p>While the <a href="ESB_Samples_Setup.html">Samples Setup Guide</a>
 document above gives you a generic description on how to set up and and run

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml  
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml  Wed Jun 
 4 22:53:10 2008
@@ -23,13 +23,13 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>WSO2 ESB v1.6 - Samples Setup Guide </title>
+  <title>WSO2 ESB - Samples Setup Guide </title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
 </head>
 
 <body>
-<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Samples Setup Guide </h1>
+<h1>WSO2 Enterprise Service Bus (ESB) Samples Setup Guide </h1>
 
 <h1>Overview </h1>
 
@@ -90,7 +90,7 @@
 <h2 id="Pre-requis">Prerequisites </h2>
 
 <p>You will need a Java development kit / JRE version 1.5.x or later and
-Apache Ant 1.6.5 or later, at a minimum, to try out the samples. Ant can be
+Apache Ant 1.7.0 or later, at a minimum, to try out the samples. Ant can be
 downloaded from <a href="http://ant.apache.org";>http://ant.apache.org</a>.
 The JMS examples can be executed against an ActiveMQ installation by default
 (or another JMS provider with configuration) and any HTTPS examples would
@@ -377,12 +377,12 @@
 and can be built and deployed using Ant from each service directory. </p>
 
 <p></p>
-<pre xml:space="preserve">[EMAIL 
PROTECTED]:/tmp/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre xml:space="preserve">[EMAIL 
PROTECTED]:/tmp/wso2esb-1.7/samples/axis2Server/src/SimpleStockQuoteService$ ant
 Buildfile: build.xml
 ...
 build-service:
    ....
-      [jar] Building jar: 
/tmp/wso2esb-1.6/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+      [jar] Building jar: 
/tmp/wso2esb-1.7/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 3 seconds</pre>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml 
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml Wed Jun 
 4 22:53:10 2008
@@ -26,14 +26,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>
-      WSO2 ESB v1.6 - Web Administrator Guide
+      WSO2 ESB - Web Administrator Guide
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>      
   </head>
   <body>
       [ <a href="docs_index.html"> Documentation Index </a> ]
     <h1>
-      WSO2 Enterprise Service Bus (ESB) v1.6 Administrator Guide
+      WSO2 Enterprise Service Bus (ESB) Administrator Guide
     </h1>
     <p>
       The Administrator Guide describes how to configure the WSO2 ESB using the

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/docs_index.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/docs_index.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/docs_index.xml (original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/docs_index.xml Wed Jun  4 
22:53:10 2008
@@ -27,13 +27,13 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      WSO2 ESB v1.6 - Documentation Index
+      WSO2 ESB v1.7 - Documentation Index
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">
     <h1>
-      WSO2 Enterprise Service Bus (ESB) v1.6 Documentation Index
+      WSO2 Enterprise Service Bus (ESB) v1.7 Documentation Index
     </h1>
     <h2>
       Getting Started

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml      (original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml      Wed Jun  4 
22:53:10 2008
@@ -27,19 +27,19 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v1.6
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">
     <h1>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v1.6
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </h1>
     <h3>
-      January, 2008 - WSO2 ESB, v1.6 Released!
+      June, 2008 - WSO2 ESB, v1.7 Released!
     </h3>
     <p>
-      [<a href="http://dist.wso2.org/products/esb/java/1.6";>Download</a>] | [<a
+      [<a href="http://dist.wso2.org/products/esb/java/1.7";>Download</a>] | [<a
       href="docs_index.html">Documentation Index</a>] | [<a
       href="http://wso2.org/projects/esb/java#resources";>Project Resources</a>]
       | [<a href="http://wso2.org/projects/esb/java";>Official Web site</a>]</p>
@@ -58,6 +58,27 @@
       New Features
     </h2>
     <h3>
+      WSO2 ESB 1.7 Features
+    </h3>
+    <ul>
+        <li>Support for Hessian binary messages</li>
+        <li>FIX (Financial Information eXchange) protocol transport</li>
+        <li>WS-Reliable Messaging support with WSO2 Mercury</li>
+        <li>Ability to stop, re-start and gracefully shutdown the ESB through 
JMX</li>
+        <li>Integrated WSO2 Registry shipped, with ability to connect to a 
remote WSO2 Registry</li>
+        <li>Support for re-usable database connection pools for DB 
report/lookup mediators</li>
+        <li>Support for GZip encoding and HTTP 100 continue</li>
+        <li>Natural support for dual channel messaging with WS-Addressing</li>
+        <li>Cluster aware sticky load balancing support</li>
+        <li>Non-blocking streaming of large messages at high concurreny with 
constant memory usage</li>
+        <li>Support for an ELSE clause for the Filter mediator</li>
+        <li>Ability to specify XPath expressions relative to the envelope or 
body</li>
+        <li>Support for separate policies for incoming/outgoing messages</li>
+        <li>Support for a mandatory sequence before mediation</li>
+        <li>New Router mediator</li>
+        <li>Ability to re-deploy proxy services</li>
+    </ul>
+    <h3>
       WSO2 ESB 1.6 Features
     </h3>
     <ul>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml  
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml  Wed Jun 
 4 22:53:10 2008
@@ -27,13 +27,13 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      WSO2 ESB v1.6 - Installation Guide
+      WSO2 ESB - Installation Guide
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">
     <h1>
-      WSO2 Enterprise Service Bus (ESB) v1.6 Installation Guide
+      WSO2 Enterprise Service Bus (ESB) Installation Guide
     </h1>
     <p/>
     <p>
@@ -87,7 +87,7 @@
     </h2>
     <p>
       The following distribution packages are available for <a
-      href="http://dist.wso2.org/products/esb/java/1.6/";>download</a>.
+      href="http://dist.wso2.org/products/esb/java/1.7/";>download</a>.
     </p>
     <p>
       1. Binary Distribution : Includes binary files for both MS Windows and
@@ -118,7 +118,7 @@
             <p/>
             <p>
               To build WSO2 ESB from the Source distribution, it is necessary
-              that you have JDK 1.5.x version and Maven 2.0.6
+              that you have JDK 1.5.x version and Maven 2.0.6 or later
             </p>
           </td>
         </tr>
@@ -147,7 +147,7 @@
           <td>
             <p>
               To compile and run the sample clients, an Ant version is 
required.
-              Ant 1.6.5 version is recommended.
+              Ant 1.7.0 version is recommended.
             </p>
           </td>
         </tr>
@@ -158,7 +158,7 @@
           </td>
           <td>
             To build the WSO2 ESB from its source distribution, you will need
-            Maven 2.0.6
+            Maven 2.0.6 or later
           </td>
         </tr>
         <tr>
@@ -213,7 +213,7 @@
     </h3>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.6-bin.zip";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7-bin.zip";>Download</a>
         the WSO2 ESB binary distribution.
       </li>
       <li>
@@ -247,7 +247,7 @@
     </p>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.6-bin.zip";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7-bin.zip";>Download</a>
         the WSO2 ESB binary distribution.
       </li>
       <li>
@@ -299,7 +299,7 @@
           </td>
           <td>
             To build the WSO2 ESB from its source distribution, you will need
-            Maven 2.0.6
+            Maven 2.0.6 or later
           </td>
         </tr>
         <tr>
@@ -323,7 +323,7 @@
     </p>
     <p>
       The WSO2 ESB build is based on <a href="http://maven.apache.org/";>Apache
-      Maven</a>. Hence, it is a prerequisite to have Maven (version 2.0.6)
+      Maven</a>. Hence, it is a prerequisite to have Maven (version 2.0.6 or 
later)
       and JDK (version 1.5.x) installed in order to build WSO2 ESB from the
       source distribution. Extensive instructions on Maven builds are available
       on the Maven site.
@@ -384,7 +384,7 @@
     </h3>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/java/1.6/#source";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/java/1.7/#source";>Download</a>
         the source distribution, which is available as a zip archive.
       </li>
       <li>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml?rev=17948&r1=17947&r2=17948&view=diff
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml      
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml      Wed Jun 
 4 22:53:10 2008
@@ -27,19 +27,19 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v1.6
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">
     <h1>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v1.6
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </h1>
     <h3>
-      January, 2008 - WSO2 ESB, v1.6 Released!
+      June, 2008 - WSO2 ESB, v1.7 Released!
     </h3>
     <p>
-      [<a href="http://dist.wso2.org/products/esb/java/1.6";>Download</a>] | [<a
+      [<a href="http://dist.wso2.org/products/esb/java/1.7";>Download</a>] | [<a
       href="docs_index.html">Documentation Index</a>] | [<a
       href="http://wso2.org/projects/esb/java#resources";>Project Resources</a>]
       | [<a href="http://wso2.org/projects/esb/java";>Official Web site</a>]</p>
@@ -58,6 +58,27 @@
       New Features
     </h2>
     <h3>
+      WSO2 ESB 1.7 Features
+    </h3>
+    <ul>
+    <li>Support for Hessian binary messages</li>
+    <li>FIX (Financial Information eXchange) protocol transport</li>
+    <li>WS-Reliable Messaging support with WSO2 Mercury</li>
+    <li>Ability to stop, re-start and gracefully shutdown the ESB through 
JMX</li>
+    <li>Integrated WSO2 Registry shipped, with ability to connect to a remote 
WSO2 Registry</li>
+    <li>Support for re-usable database connection pools for DB report/lookup 
mediators</li>
+    <li>Support for GZip encoding and HTTP 100 continue</li>
+    <li>Natural support for dual channel messaging with WS-Addressing</li>
+    <li>Cluster aware sticky load balancing support</li>
+    <li>Non-blocking streaming of large messages at high concurreny with 
constant memory usage</li>
+    <li>Support for an ELSE clause for the Filter mediator</li>
+    <li>Ability to specify XPath expressions relative to the envelope or 
body</li>
+    <li>Support for separate policies for incoming/outgoing messages</li>
+    <li>Support for a mandatory sequence before mediation</li>
+    <li>New Router mediator</li>
+    <li>Ability to re-deploy proxy services</li>
+    </ul>
+    <h3>
       WSO2 ESB 1.6 Features
     </h3>
     <ul>
@@ -175,35 +196,28 @@
 
      <ol><li>WSO2 ESB known issues and limitations
 
-    <ul><li>ESBJAVA-234 - After clicking on the "Close" button of the 
"Sequence Editor" window when adding
-    anonymous sequences to a Proxy Service, the mediators lost the next time 
you open the "Sequence
-    Editor" window</li>
-
-    <li>ESBJAVA-351 - The average response time of "Server Statics" displayed 
as NaN under some instances</li>
-
-    <li>ESBJAVA-268 - Unable to start the sample axis2server.bat on 
Windows</li>
-
-    <li>ESBJAVA-373 - [IE] When the wso2-esb.log is about 2MB and when trying 
to access System logs using
-    IE, the browser hangs and the CPU usage goes upto about 50%</li>
-
-    <li>ESBJAVA-309 - Unable to view/edit the sequences after clicking on the 
"Close" icon of the WSO2
-    ESB Sequence Editor window of a sequence in the Integrated Registry</li>
-
-    <li>ESBJAVA-408 - Support improved renaming of files in VFS 
transport</li></ul></li>
-
-
- <li>As the WSO2 ESB 1.6 depends on the Apache Synapse 1.1.1, it inherits the 
list of known issues of
-   the Apache Synapse 1.1.1 release listed below
-
-    <ul><li>SYNAPSE-180 - Require the ability to throttle by concurrency 
within a cluster</li>
-
-    <li>SYNAPSE-174 - The non-blocking http/s transports cannot handle WS-RM 
requests</li>
+    <ul>
+    <li>ESBJAVA-509 Unwanted Java Script alert displayed when updating the 
Cache Mediator</li>
+    <li>ESBJAVA-444 Problem when creating an endpoint from a WSDL and the 
address of the WSDL is a https address</li>
+    <li>ESBJAVA-452 Once a Proxy Service is removed the relevant statistics of 
that particular Proxy service should be removed as well</li>
+    <li>ESBJAVA-484 ESB fails to start when WSDL URI is not found</li>
+    <li>ESBJAVA-497 VFSTransportListener Error closing stream</li>
+    <li>ESBJAVA-346 Cursor not available in some of the popup windows</li>
+    <li>ESBJAVA-372 [IE] When the wso2-esb.log is about 2MB .. the browser 
hangs</li>
+    <li>ESBJAVA-505 Problems with web console in Firefox 3.0 RC1</li>
+    </ul></li>
 
-    <li>SYNAPSE-213 - Improve handling of input in XSLTMediator</li>
 
-    <li>SYNAPSE-211 - Improve performance in XSLTMediator when temporary files 
are used</li>
+ <li>As the WSO2 ESB 1.7 depends on the Apache Synapse ESB v1.2, it inherits 
the list of known issues of
+   the Apache Synapse ESB 1.2 release listed below
 
-    <li>SYNAPSE-212 - XSLTMediator doesn't close/delete temporary files 
properly</li>
+    <ul>
+    <li>SYNAPSE-180 Does not support throttling by concurrency within a 
cluster</li>
+    <li>SYNAPSE-186 Does not support HTTP some of the REST operations (such as 
put/delete etc)</li>
+    <li>SYNAPSE-181 Does not yet support JTA transactions</li>
+    <li>SYNAPSE-330 Does not yet support load balancing with session affinity 
using SOAP sessions</li>
+    <li>SYNAPSE-280 Does not preserve CDATA sections within payloads</li>
+    <li>SYNAPSE-307 The XSLT mediator will not report errors encountered in a 
provided stylesheet</li>
 
     <li>The Synapse JMS implementation supports JMS 1.0.2b, however due to 
licensing issues we include
     the JMS 1.1 spec JAR from Apache Geronimo (geronimo-jms_1.1_spec-1.1.jar) 
instead. If you have

_______________________________________________
Esb-java-dev mailing list
Esb-java-dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to