From c6103c7c9a6b6971d2aa0b8e3997608cb5f2c36f Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 2 Nov 2009 22:22:29 +0000 Subject: Move the das folder as new trunk for das sub project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832144 13f79535-47bb-0310-9956-ffa450edef68 --- das-java/trunk/distribution/source/RELEASE_NOTES | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 das-java/trunk/distribution/source/RELEASE_NOTES (limited to 'das-java/trunk/distribution/source/RELEASE_NOTES') diff --git a/das-java/trunk/distribution/source/RELEASE_NOTES b/das-java/trunk/distribution/source/RELEASE_NOTES new file mode 100644 index 0000000000..b9c205a75e --- /dev/null +++ b/das-java/trunk/distribution/source/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. -- cgit v1.2.3