diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-18 11:54:03 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-18 11:54:03 +0000 |
commit | 70aa266cc4504b9a813e74e7faa542ba0f40e692 (patch) | |
tree | 88b35e9cb07735700fa7e329673c064e1569c6b2 /branches/sca-java-1.3.1/distribution/src/main/release/CHANGES | |
parent | 0995129c3de5f3e63dd2e3bc5a31319513116c68 (diff) |
Update doc files for 1.3.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3.1/distribution/src/main/release/CHANGES | 20 |
1 files changed, 20 insertions, 0 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
===========================================================
|