summaryrefslogtreecommitdiffstats
path: root/java/das/distribution/binary/RELEASE_NOTES
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /java/das/distribution/binary/RELEASE_NOTES
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/das/distribution/binary/RELEASE_NOTES')
-rw-r--r--java/das/distribution/binary/RELEASE_NOTES33
1 files changed, 33 insertions, 0 deletions
diff --git a/java/das/distribution/binary/RELEASE_NOTES b/java/das/distribution/binary/RELEASE_NOTES
new file mode 100644
index 0000000000..b9c205a75e
--- /dev/null
+++ b/java/das/distribution/binary/RELEASE_NOTES
@@ -0,0 +1,33 @@
+DAS - Data Access Services
+
+Service Data Object(SDO) provides a uniform API for handling different types of data. Data Access Service (DAS)
+simplifies handling of data when interacting with the back-end data source and frees application developers
+from dealing with tedious and error-prone transformation between end source types and SDO Data Object Types/properties..
+
+What's new in Apache Tuscany DAS beta2
+======================================
+
+ The main purpose of the DAS beta2 release is to fix incompatibilites that were found with SDO 1.0 release.
+
+ The following JIRAs also were fixed on DAS beta2
+
+ - TUSCANY-986 - DAS integration with SDO 2.1 APIs
+ - TUSCANY-961 - DAS: Using deprected SDO method causes Type lookup failure
+ - TUSCANY-1353 - Exception attempting to insert rows using DAS w/DataDirect JDBC driver
+ - TUSCANY-1453 - DAS can't read or write the blob field
+ - TUSCANY-1463 - Support for Clob and Array fields
+ - TUSCANY-1462 - Consistent use of Parameters in Config
+ - TUSCANY-1464 - Wrong query results when SELECT misses PKs
+ - TUSCANY-1465 - Allow passing ResultDescriptor for dynamic Commands
+ - TUSCANY-1720 - Modify sample readmes for - steps to run sample with other databases
+
+
+
+Details are described below.
+
+ DAS Java beta2 is a superset of previous DAS Java M1,M2 and Beta1 releases.
+ Anything in these previous releases is also in beta2, but beta2 contains features and bug fixes not present on them.
+
+Compatibility Concerns
+
+ - SDO Static types should be regenerated based on SDO 1.0 tools.