summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/RELEASE_NOTES
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-09 10:39:07 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-09 10:39:07 +0000
commitc4730fc78e19b1afbbc6a811bbf5b8c0b84df889 (patch)
treea2ebb6ddf8e1e761d1e406dbcae30fe02ee00839 /sca-java-2.x/trunk/RELEASE_NOTES
parent7d7e4a52c92fa3dc5d77a2c4ac5d0104394a0b1b (diff)
Top level notice tidying (merge from beta1)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/RELEASE_NOTES')
-rw-r--r--sca-java-2.x/trunk/RELEASE_NOTES44
1 files changed, 29 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/RELEASE_NOTES b/sca-java-2.x/trunk/RELEASE_NOTES
index f1604b1889..a8a09b288a 100644
--- a/sca-java-2.x/trunk/RELEASE_NOTES
+++ b/sca-java-2.x/trunk/RELEASE_NOTES
@@ -9,28 +9,42 @@ of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.or
Overview
--------
- The Apache Tuscany SCA 2.0-Beta1 release includes implementations of the
- main SCA specifications and recent updates from Open CSA drafts including:
-
- SCA Assembly Model V1.1
- SCA Policy Framework V1.1
- SCA Java Common Annotations and APIs V1.1
- SCA Java Component Implementation V1.1
- SCA Client & Implementation: Spring V1.1
- SCA Web Services Binding V1.1
- SCA WS-BPEL Client and Implementation V1.1
+The Apache Tuscany SCA 2.0-Beta1 release includes implementations of the
+main SCA specifications and recent updates from Open CSA drafts including:
+
+ * SCA Assembly Model V1.1
+ * SCA Policy Framework V1.1
+ * SCA Java Common Annotations and APIs V1.1
+ * SCA Java Component Implementation V1.1
+ * SCA Web Services Binding V1.1
+ * SCA JMS Binding V1.1
+ * SCA Spring Client and Implementation V1.1
+ * SCA WS-BPEL Client and Implementation V1.1
(portions of) SCA JEE Integration V1.1
- It also includes implementations of many features not yet defined
- by SCA specifications, including:
+For those specs marked * the Tuscany runtime passes the
+OASIS conformance tests (otests) for the specs as they stand
+at the time of release. If you want to see the tests run you
+can manually remove the comment that prevents them running
+in the main build in the following Maven pom:
+
+ testing/compliance-tests/pom.xml
+
+The distribution also includes implementations of many features not
+yet defined by SCA specifications, including:
- SCA bindings for RMI, HTTP, JSON-RPC, ATOM.
- Databindings for JAXB, Axis2's AXIOM, DOM, SAX and StAX
- Integration with various web frameworks
- The Tuscany SCA Runtime can be configured as a single node SCA domain or
- as an SCA domain distributed across multiple nodes.
- In addition Tuscany SCA supports the following host-deployment options: -
+The Tuscany SCA Runtime can be configured as a single node SCA domain.
+
+For this Beta1 release the remote Domain support is disabled pending
+some up-coming changes in the way that domains are addressed and accessed.
+This means that the scaclient-* samples don't work and cross JVM applications
+that rely on binding-sca won't work.
+
+In addition Tuscany SCA supports the following host-deployment options: -
- running standalone
- running in a OSGi enabled runtime Environment (Equinox)
- running with distributed nodes across multiple JVMs