Author: lresende
Date: Sat Mar 22 12:08:27 2008
New Revision: 640062

URL: http://svn.apache.org/viewvc?rev=640062&view=rev
Log:
SCA 1.2 release updates

Modified:
    
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/CHANGES
    incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/README
    
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/RELEASE_NOTES
    
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/bin/INSTALL
    
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING

Modified: 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/CHANGES
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/CHANGES?rev=640062&r1=640061&r2=640062&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/CHANGES 
(original)
+++ 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/CHANGES 
Sat Mar 22 12:08:27 2008
@@ -1,3 +1,103 @@
+Changes With Apache Tuscany SCA 1.2 (incubating) January 2008 
+===============================================================
+
+- Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2027
+  * TUSCANY-1999
+  * TUSCANY-2037
+  * TUSCANY-2034
+  * TUSCANY-2038
+  * TUSCANY-2043
+  * TUSCANY-2046
+  * TUSCANY-2047
+  * TUSCANY-2028
+  * TUSCANY-1873
+  * TUSCANY-2049
+  * TUSCANY-2035
+  * TUSCANY-1206
+  * TUSCANY-2036 
+  * TUSCANY-1771
+  * TUSCANY-2013
+  * TUSCANY-1926
+  * TUSCANY-1917
+  * TUSCANY-1949
+  * TUSCANY-1941
+  * TUSCANY-2045
+  * TUSCANY-2057
+  * TUSCANY-2055
+  * TUSCANY-2056
+  * TUSCANY-2072
+  * TUSCANY-2047
+  * TUSCANY-2073
+  * TUSCANY-1977 
+  * TUSCANY-2075
+  * TUSCANY-1894
+  * TUSCANY-2079
+  * TUSCANY-2078
+  * TUSCANY-2080
+  * TUSCANY-2068
+  * TUSCANY-1950
+  * TUSCANY-2077
+  * TUSCANY-2056
+  * TUSCANY-2088
+  * TUSCANY-2086
+  * TUSCANY-2094
+  * TUSCANY-2106 
+
+  Features and/or Enhancements
+
+  * Core
+    - Interceptor Enhancements
+      - Phase-based interceptor ordering to allow contribution of new 
interceptors and also define the order in witch they should be invoked
+      - Pass-by-reference SPI to allow interceptors to indicate if they 
support pass-by-reference
+      - PolicyProvider SPIs to allow extensions to plugin policy interceptors
+    - Support for JAXWS annotations and mapping of faults to Java exceptions 
according to JAXWS specification
+    - Support for Relax WS Interfaces
+    - Improvement of contribution service to allow it to be used outside of 
the runtime environment 
+    - Support for Contribution Import/Export resource
+    - Enhanced Distributed Domain story using Workspace
+      - Implementation of a SCA domain allowing a system administrator to 
manage contributions, composites and sca nodes that run these composites
+        - Set of core services providing management capabilities
+        - Administration web interface
+        - This is a work in progress and you can see it in action in 
samples/calculator-distributed. Other samples that use distributed operation 
are yet to move over to the workspace.
+    - Enhanced support for SCA Policy spec
+      - Ability to apply external policy definitions to a SCA composition
+      - Ability to spread policy definitions to multiple definitions.xml files 
available across the sca domain
+      - Bug fixes
+    - Improvements of http binding to support servlet components
+    - Enable Tuscany to run inside an OSGi runtime
+
+  * Web 2.0 Extensions
+    - Enhancements to implementation.widget (support for properties)
+    - New atom binding based on Apache Abdera
+    - Refactoring of rss-rome binding
+  * Other Extensions
+    - Binding JMS
+    - Enhancements to Binding RMI
+      - Support shared RMI registry and use 999x as the ports in test case to 
avoid 1099 conflict
+    - Enhancements to Groovy extension
+      - Support for 'native' groovy classes
+    - Enhancements to OSGi bundle contributions
+      - Support Bundle URLs to be added as contributions
+
+  * Tools
+    - Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher 
in Eclipse environment
+
+  * Samples/Tutorial/Demos
+    - calculator-distributed migrated to use new Tuscany Distributed Workspace
+    - sample-calculator-ws-secure-webapp
+    - sample-helloworld-jms-webapp
+    - new jms samples
+    - improve bigbank demo to include support for policies 
+    - tutorial store changes
+      - use of import/export
+      - development of contribution without requiring dependencies on the 
Tuscany runtime
+      - usage of new sca domain infrastructure
+
+  * Testing
+    - Web Container Testing Framework integrated with (Tomcat, Jetty, Geronimo 
and Websphere)
+
+
 Changes With Apache Tuscany SCA 1.1 (incubating) January 2008 
 ===============================================================
 

Modified: 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/README
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/README?rev=640062&r1=640061&r2=640062&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/README 
(original)
+++ 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/README 
Sat Mar 22 12:08:27 2008
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.1 (incubating) January 2008 README
+Apache Tuscany SCA 1.2 (incubating) January 2008 README
 =======================================================
 
-Welcome to the Tuscany SCA 1.1 release. 
+Welcome to the Tuscany SCA 1.2 release. 
 
 See the RELEASE_NOTES file for information specific to this release.
 

Modified: 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/RELEASE_NOTES?rev=640062&r1=640061&r2=640062&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/RELEASE_NOTES
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/RELEASE_NOTES
 Sat Mar 22 12:08:27 2008
@@ -1,4 +1,4 @@
-Apache Tuscany SCA 1.1 (incubating) January 2008 Release Notes
+Apache Tuscany SCA 1.2 (incubating) January 2008 Release Notes
 ==============================================================
 
 Apache Tuscany provides a runtime based on the Service Component
@@ -9,7 +9,7 @@
 Overview
 --------
 
-     The Apache Tuscany SCA 1.1 release includes implementations of the
+     The Apache Tuscany SCA 1.2 release includes implementations of the
      main SCA specifications including:
 
         SCA Assembly Model V1.0

Modified: 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/bin/INSTALL
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/bin/INSTALL?rev=640062&r1=640061&r2=640062&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/bin/INSTALL
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/bin/INSTALL
 Sat Mar 22 12:08:27 2008
@@ -1,4 +1,4 @@
-Installing the Apache Tuscany SCA 1.1 (incubating) January 2008 Release binary 
distribution
+Installing the Apache Tuscany SCA 1.2 (incubating) January 2008 Release binary 
distribution
 
===========================================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:

Modified: 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING?rev=640062&r1=640061&r2=640062&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING
 Sat Mar 22 12:08:27 2008
@@ -1,4 +1,4 @@
-Building the Apache Tuscany SCA 1.1 (incubating) January 2008 Release source 
distribution
+Building the Apache Tuscany SCA 1.2 (incubating) March 2008 Release source 
distribution
 
=========================================================================================
 
 Initial Setup



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to