Propchange: webservices/synapse/branches/1.1/src/main/release/LICENSE
------------------------------------------------------------------------------
svn:eol-style = native
Modified: webservices/synapse/branches/1.1/src/main/release/NOTICE
URL:
http://svn.apache.org/viewvc/webservices/synapse/branches/1.1/src/main/release/NOTICE?rev=593154&r1=593153&r2=593154&view=diff
==============================================================================
--- webservices/synapse/branches/1.1/src/main/release/NOTICE (original)
+++ webservices/synapse/branches/1.1/src/main/release/NOTICE Thu Nov 8
05:41:41 2007
@@ -1,36 +1,36 @@
- =========================================================================
- == NOTICE file corresponding to the section 4 d of ==
- == the Apache License, Version 2.0, ==
- == in this case for the Apache Synapse distribution. ==
- =========================================================================
-
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
-
-The Apache Synapse binary distribution includes software distributed under the
-Apache License (AL) Version 1.1, COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-(CDDL) Version 1.0, and the Creative Commons Public Domain license. See the
-LICENSE file for details.
-
-COPYRIGHT NOTICES
-
-Copyright (c) 2005-2007 The Apache Software Foundation. All rights reserved.
-
-* Synapse binary is bundled with:
- jaxen-1.1.1.jar
- Copyright 2003-2006 The Werken Company. All Rights Reserved.
- groovy-all-1.0.jar
- Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights
Reserved.
- jsch-0.1.31.jar
- Copyright (c) 2002,2003,2004,2005,2006,2007 Atsuhiko Yamanaka,
JCraft,Inc. All rights reserved.
- bcprov-jdk13-132.jar
- bcprov-jdk15-132.jar
- Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle
(http://www.bouncycastle.org)
- wrapper-3.2.3.jar
- Copyright (c) 1999, 2006 Tanuki Software, Inc.
- quartz-1.6.0.jar
- Copyright 2004-2005 OpenSymphony
- JLex-0.0.jar
- Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
- java-cup-0.0.jar
+ =========================================================================
+ == NOTICE file corresponding to the section 4 d of ==
+ == the Apache License, Version 2.0, ==
+ == in this case for the Apache Synapse distribution. ==
+ =========================================================================
+
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
+
+The Apache Synapse binary distribution includes software distributed under the
+Apache License (AL) Version 1.1, COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+(CDDL) Version 1.0, and the Creative Commons Public Domain license. See the
+LICENSE file for details.
+
+COPYRIGHT NOTICES
+
+Copyright (c) 2005-2007 The Apache Software Foundation. All rights reserved.
+
+* Synapse binary is bundled with:
+ jaxen-1.1.1.jar
+ Copyright 2003-2006 The Werken Company. All Rights Reserved.
+ groovy-all-1.0.jar
+ Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights
Reserved.
+ jsch-0.1.31.jar
+ Copyright (c) 2002,2003,2004,2005,2006,2007 Atsuhiko Yamanaka,
JCraft,Inc. All rights reserved.
+ bcprov-jdk13-132.jar
+ bcprov-jdk15-132.jar
+ Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle
(http://www.bouncycastle.org)
+ wrapper-3.2.3.jar
+ Copyright (c) 1999, 2006 Tanuki Software, Inc.
+ quartz-1.6.0.jar
+ Copyright 2004-2005 OpenSymphony
+ JLex-0.0.jar
+ Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
+ java-cup-0.0.jar
Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian
Propchange: webservices/synapse/branches/1.1/src/main/release/NOTICE
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: webservices/synapse/branches/1.1/src/main/release/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
webservices/synapse/branches/1.1/src/main/release/docs/endorsed_libs.txt
URL:
http://svn.apache.org/viewvc/webservices/synapse/branches/1.1/src/main/release/docs/endorsed_libs.txt?rev=593154&r1=593153&r2=593154&view=diff
==============================================================================
--- webservices/synapse/branches/1.1/src/main/release/docs/endorsed_libs.txt
(original)
+++ webservices/synapse/branches/1.1/src/main/release/docs/endorsed_libs.txt
Thu Nov 8 05:41:41 2007
@@ -1,3 +1,3 @@
-Place libraries which should be placed in endorsed directories here.
-
+Place libraries which should be placed in endorsed directories here.
+
e.g. Xerces and its dependencies (xercesImpl.jar and xml-apis.jar)
Propchange:
webservices/synapse/branches/1.1/src/main/release/docs/endorsed_libs.txt
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
webservices/synapse/branches/1.1/src/main/release/docs/release_notes.txt
URL:
http://svn.apache.org/viewvc/webservices/synapse/branches/1.1/src/main/release/docs/release_notes.txt?rev=593154&r1=593153&r2=593154&view=diff
==============================================================================
--- webservices/synapse/branches/1.1/src/main/release/docs/release_notes.txt
(original)
+++ webservices/synapse/branches/1.1/src/main/release/docs/release_notes.txt
Thu Nov 8 05:41:41 2007
@@ -1,99 +1,99 @@
-Apache Synapse 1.1 Release Notes
-
-1. Overview
- The Synapse project is a robust, lightweight implementation of a highly
scalable and distributed
- service mediation framework based on Web services and XML specifications.
-
- Apache Synapse graduated from the Apache Incubator on the 2nd of January
2007
- Please see http://ws.apache.org/synapse/ for more information
-
- The first Synapse 1.0 was released on the 11th of June 2007
-
-2. Installation Prerequisites
-
- Apache Synapse requires a J2SE runtime of version 1.5.x or later and
Apache Ant to run the samples.
- Synapse requires JDK 1.5.x at runtime as it uses a NIO based https
implementation, that is only
- possible with a JDK 1.5.x or later. To build Synapse from source, you will
need JDK 1.5.x, and
- Apache Maven 2.0.6
-
-3. Quick start
- Please see the docs/Synapse_Quickstart.html guide
-
-4. Building the Samples
- Please see the documents docs/Synapse_Samples.html and
docs/Synapse_Samples_Setup.html
-
-5. Synapse configuration language
- Please see the document docs/Synapse_Configuration_Language.html
-
-6. Extending Synapse
- Please see the document docs/Synapse_Extending.html
-
-7. Known Issues and limitations
-
- SYNAPSE-174 - The non-blocking http/s transports cannot handle WS-RM
requests
- - Caused by the NIO http/s transport being out of sync with the latest
Sandesh2 codebase
-
- SYNAPSE-170 - VFS transport listener sample - In the response sent via
email, all tags define the same namespace
- - Caused by an Axis2 Mail transport limitation
-
- SYNAPSE-161 - Can't persuade Rampart to send certificate serial + issuer -
only either BinaryToken or Identity
- - Issue related to Apache Rampart
-
- SYNAPSE-103 - WS-RM not returning response message
- - related to SYNAPSE-174
-
- 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
- any issues with JMS 1.0.x, please download the Sun JMS 1.0.2b JAR and
replace supplied JAR from
- Geronimo.
-
-8. Frequently asked questions
-
- * How can I change the default logging level of Synapse?
- Edit the lib/log4j.properties and set the line
"log4j.category.org.apache.synapse=INFO" to
- "log4j.category.org.apache.synapse=DEBUG" and restart Synapse.
-
- * If you get an error related to WS-Security or when using it, check to
ensure that your JDK
- uses the "Unlimited Strength Jurisdiction Policy Files". These could be
downloaded from
- http://java.sun.com/javase/downloads/index_jdk5.jsp Refer to the
associated documentation
- for instructions on how to install it to your JDK.
-
- * 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.
-
-9. 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]
- synapse-user mailing list by sending email to [EMAIL PROTECTED]
-
-10. New features
-
- The 1.1 release
- * Apache VFS based file transport
- * Scheduled Task support
- * XQuery mediator
- * POJO Command mediator
- * DB Report and DB Lookup mediators
- * Cache and Throttle mediators/enhancements
- * Split/Clone/Aggregate mediators
- * Improved logging and tracing support
-
- The 1.0 release
- * Non blocking HTTP and HTTPS transport based on Apache HttpCore/NIO
- * Enhanced Proxy services with in/out/fault sequences and endpoints,
inline sequence and WSDL
- support
- * WSDL endpoints
- * Load balancing and Failover endpoints
- * Throttling mediator
-
- 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
- * Support for dynamic reloading and remote reigstries
- * Scripting mediators based on Apache BSF
- * Refactored and cleaner synapse configuration xml
+Apache Synapse 1.1 Release Notes
+
+1. Overview
+ The Synapse project is a robust, lightweight implementation of a highly
scalable and distributed
+ service mediation framework based on Web services and XML specifications.
+
+ Apache Synapse graduated from the Apache Incubator on the 2nd of January
2007
+ Please see http://ws.apache.org/synapse/ for more information
+
+ The first Synapse 1.0 was released on the 11th of June 2007
+
+2. Installation Prerequisites
+
+ Apache Synapse requires a J2SE runtime of version 1.5.x or later and
Apache Ant to run the samples.
+ Synapse requires JDK 1.5.x at runtime as it uses a NIO based https
implementation, that is only
+ possible with a JDK 1.5.x or later. To build Synapse from source, you will
need JDK 1.5.x, and
+ Apache Maven 2.0.6
+
+3. Quick start
+ Please see the docs/Synapse_Quickstart.html guide
+
+4. Building the Samples
+ Please see the documents docs/Synapse_Samples.html and
docs/Synapse_Samples_Setup.html
+
+5. Synapse configuration language
+ Please see the document docs/Synapse_Configuration_Language.html
+
+6. Extending Synapse
+ Please see the document docs/Synapse_Extending.html
+
+7. Known Issues and limitations
+
+ SYNAPSE-174 - The non-blocking http/s transports cannot handle WS-RM
requests
+ - Caused by the NIO http/s transport being out of sync with the latest
Sandesh2 codebase
+
+ SYNAPSE-170 - VFS transport listener sample - In the response sent via
email, all tags define the same namespace
+ - Caused by an Axis2 Mail transport limitation
+
+ SYNAPSE-161 - Can't persuade Rampart to send certificate serial + issuer -
only either BinaryToken or Identity
+ - Issue related to Apache Rampart
+
+ SYNAPSE-103 - WS-RM not returning response message
+ - related to SYNAPSE-174
+
+ 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
+ any issues with JMS 1.0.x, please download the Sun JMS 1.0.2b JAR and
replace supplied JAR from
+ Geronimo.
+
+8. Frequently asked questions
+
+ * How can I change the default logging level of Synapse?
+ Edit the lib/log4j.properties and set the line
"log4j.category.org.apache.synapse=INFO" to
+ "log4j.category.org.apache.synapse=DEBUG" and restart Synapse.
+
+ * If you get an error related to WS-Security or when using it, check to
ensure that your JDK
+ uses the "Unlimited Strength Jurisdiction Policy Files". These could be
downloaded from
+ http://java.sun.com/javase/downloads/index_jdk5.jsp Refer to the
associated documentation
+ for instructions on how to install it to your JDK.
+
+ * 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.
+
+9. 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]
+ synapse-user mailing list by sending email to [EMAIL PROTECTED]
+
+10. New features
+
+ The 1.1 release
+ * Apache VFS based file transport
+ * Scheduled Task support
+ * XQuery mediator
+ * POJO Command mediator
+ * DB Report and DB Lookup mediators
+ * Cache and Throttle mediators/enhancements
+ * Split/Clone/Aggregate mediators
+ * Improved logging and tracing support
+
+ The 1.0 release
+ * Non blocking HTTP and HTTPS transport based on Apache HttpCore/NIO
+ * Enhanced Proxy services with in/out/fault sequences and endpoints,
inline sequence and WSDL
+ support
+ * WSDL endpoints
+ * Load balancing and Failover endpoints
+ * Throttling mediator
+
+ 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
+ * Support for dynamic reloading and remote reigstries
+ * Scripting mediators based on Apache BSF
+ * Refactored and cleaner synapse configuration xml
Propchange:
webservices/synapse/branches/1.1/src/main/release/docs/release_notes.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
webservices/synapse/branches/1.1/src/site/resources/Synapse_QuickStart.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
webservices/synapse/branches/1.1/src/site/resources/Synapse_Samples_Setup.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
webservices/synapse/branches/1.1/src/site/resources/download/1.0/download.html
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]