summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.3.1/distribution/src/main/release/CHANGES20
-rw-r--r--branches/sca-java-1.3.1/distribution/src/main/release/README6
-rw-r--r--branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES9
-rw-r--r--branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL6
-rw-r--r--branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING4
5 files changed, 33 insertions, 12 deletions
diff --git a/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES b/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES
index 461f63ecb4..bd93c0982c 100644
--- a/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES
+++ b/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES
@@ -1,3 +1,17 @@
+Changes With Apache Tuscany SCA 1.3.1 August 2008
+=================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+ * TUSCANY-2539 File handle on composite affecting behaviour of tuscany deployments in websphere.
+ * TUSCANY-2535 Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
+ * TUSCANY-2534 WebSphere issue java.lang.ClassCastException
+ * TUSCANY-2531 Problems with generated wsdl when using non service package
+ * TUSCANY-2519 "throws Exception" causes failure in JAXB type generation
+ * TUSCANY-2514 tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies for binding.ws clients
+ * TUSCANY-2505 Problem in case: start with DLW wsdl, generate Java w/ wsimport, throw away WSDL and use <intf.java>, when wrapper elem used named type (not anonymous)
+ * TUSCANY-2389 null elements in Object array not getting passed over binding.ws
+
+
Changes With Apache Tuscany SCA 1.3 August 2008
===============================================
@@ -29,6 +43,12 @@ Changes With Apache Tuscany SCA 1.3 August 2008
- more spec verifaction tests
- validation itests
+Changes With Apache Tuscany SCA 1.2.1 (incubating) June 2008
+============================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+ * TUSCANY-2304 SCA client Hang Forver after getting exceptions from remote web service
+
Changes With Apache Tuscany SCA 1.2 (incubating) April 2008
===========================================================
diff --git a/branches/sca-java-1.3.1/distribution/src/main/release/README b/branches/sca-java-1.3.1/distribution/src/main/release/README
index 6d27d41328..85d9fb1aec 100644
--- a/branches/sca-java-1.3.1/distribution/src/main/release/README
+++ b/branches/sca-java-1.3.1/distribution/src/main/release/README
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.3 August 2008 README
-=========================================
+Apache Tuscany SCA 1.3.1 August 2008 README
+===========================================
-Welcome to the Tuscany SCA 1.3 release.
+Welcome to the Tuscany SCA 1.3.1 release.
See the RELEASE_NOTES file for information specific to this release.
diff --git a/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES b/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES
index 24fd2f47c4..8a954c404b 100644
--- a/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES
+++ b/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES
@@ -1,11 +1,14 @@
-Apache Tuscany SCA 1.3 August 2008 Release Notes
-================================================
+Apache Tuscany SCA 1.3.1 August 2008 Release Notes
+==================================================
Apache Tuscany provides a runtime based on the Service Component
Architecture. SCA is a set of specifications aimed at simplifying SOA
Application Development which are being standardized at OASIS as part
of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.org/.
+This is a maintenance release over the 1.3 release, see the CHANGES
+file for a detailed list of the changes in this release.
+
Overview
--------
@@ -45,8 +48,6 @@ Overview
- Geronimo 2.0.2 Tomcat6 jee5
- WebSphere 6.1 fix pack 9
-See the CHANGES file for a detailed list of the features in this release.
-
Support
-------
diff --git a/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL b/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL
index 81168e7476..3b7f3f27d0 100644
--- a/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL
+++ b/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 1.3 August 2008 Release binary distribution
-=============================================================================
+Installing the Apache Tuscany SCA 1.3.1 August 2008 Release binary distribution
+===============================================================================
Unzip Tuscany binary distribution archive and you get the following:
-tuscany-sca-1.3
+tuscany-sca-1.3.1
DISCLAIMER - the ASF incubation disclaimer
INSTALL - this help file
LICENSE - the Apache License and any dependecy licenses
diff --git a/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING b/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING
index 5d0e8ef670..cb65320fd0 100644
--- a/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING
+++ b/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING
@@ -1,5 +1,5 @@
-Building the Apache Tuscany SCA 1.3 August 2008 Release source distribution
-===========================================================================
+Building the Apache Tuscany SCA 1.3.1 August 2008 Release source distribution
+=============================================================================
Initial Setup
-------------