Author: asankha Date: Thu Jun 5 20:37:17 2008 New Revision: 18050 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18050
Log: update docs Modified: 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/release_notes.txt branches/esb/java/1.7/esb/java/src/site/xdoc/index.xml branches/esb/java/1.7/esb/java/src/site/xdoc/release_notes.xml 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=18050&r1=18049&r2=18050&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 Thu Jun 5 20:37:17 2008 @@ -5,7 +5,7 @@ Maven 2.0.8 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/ +Source code is available at http://wso2.org/repos/wso2/tags/esb/java/1.7/esb/java/ To build the WSO2 ESB distribution, execute 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=18050&r1=18049&r2=18050&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 Thu Jun 5 20:37:17 2008 @@ -85,8 +85,8 @@ 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 +2. As the WSO2 ESB 1.7 depends on the Apache Synapse 1.2, it inherits the list of known issues of + the Apache Synapse 1.2 release listed below 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) @@ -94,6 +94,7 @@ 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 + SYNAPSE-348 MTOM serialization of attachment fails 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 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=18050&r1=18049&r2=18050&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 Thu Jun 5 20:37:17 2008 @@ -196,35 +196,30 @@ <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> + <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>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>As the WSO2 ESB 1.7 depends on the Apache Synapse 1.2, it inherits the list of known issues of + the Apache Synapse 1.2 release listed below - <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> - - <li>SYNAPSE-213 - Improve handling of input in XSLTMediator</li> - - <li>SYNAPSE-211 - Improve performance in XSLTMediator when temporary files are used</li> - - <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>SYNAPSE-348 MTOM serialization of attachment fails</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 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=18050&r1=18049&r2=18050&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 Thu Jun 5 20:37:17 2008 @@ -218,6 +218,7 @@ <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>SYNAPSE-348 MTOM serialization of attachment fails</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 [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
