Author: lresende
Date: Fri Sep 21 15:38:13 2007
New Revision: 578304
URL: http://svn.apache.org/viewvc?rev=578304&view=rev
Log:
Updates to RELEASE_NOTES
Modified:
incubator/tuscany/branches/das-java-beta2/distribution/binary/RELEASE_NOTES
incubator/tuscany/branches/das-java-beta2/distribution/source/RELEASE_NOTES
Modified:
incubator/tuscany/branches/das-java-beta2/distribution/binary/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/das-java-beta2/distribution/binary/RELEASE_NOTES?rev=578304&r1=578303&r2=578304&view=diff
==============================================================================
--- incubator/tuscany/branches/das-java-beta2/distribution/binary/RELEASE_NOTES
(original)
+++ incubator/tuscany/branches/das-java-beta2/distribution/binary/RELEASE_NOTES
Fri Sep 21 15:38:13 2007
@@ -4,56 +4,30 @@
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 beta1
+What's new in Apache Tuscany DAS beta2
======================================
- DAS core features
+ The main purpose of the DAS beta2 release is to fix incompatibilites that
were found with SDO 1.0 release.
- - Support for J2SE connections in DAS config using Driver Manager.
-
- - Added support for multiple database schemas in queries
-
- - Enhanced Logging
-
- - Enhanced Optimistic Concurrency Control with overqualified updates
-
- - Enhanced support in ApplyChanges for generating proper INSERT for
empty DataObjects
-
- - Enhanced support for invalid ResultSetMetadata
-
- - Supporting ApplyChange commands as single atomic unit
-
- - MySQL based test cases complete with success.
-
-
- Documentation
-
- - DAS API Javadocs now available in binary distribution
-
- - Improved user guide available in Tuscany DAS website
-
- - New Developer and Architect guides in Tuscany DAS website
-
-
- DAS Samples
-
- - Introduced database utility (dbConfig) to create, populate and refresh
canned sample dbs
-
- - Introduced new sample that demonstrate usage of DAS in a J2SE
environment
-
- - Introduced a new DAS sample that demonstrates DAS advanced features
such as :
- - Basic CRUD
- - Optimistic Concurrency Control (OCC)
- - Result Set Shape
- - Column Converter
- - Integration with dbConfig
+ 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 beta1 is a superset of previous DAS Java M1 and M2 releases.
- Anything in M1 or M2 is also in beta1, but beta1 contains features and bug
fixes not present in M1 or M2 release.
+ 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
- - Changes on DAS Config file namespaces
(http://issues.apache.org/jira/browse/TUSCANY-899). DAS config files should
- changed the attribute "xmlns"'s value of the "config" tag to
"http:///org.apache.tuscany.das.rdb/config.xsd".
\ No newline at end of file
+ - SDO Static types should be regenerated based on SDO 1.0 tools.
Modified:
incubator/tuscany/branches/das-java-beta2/distribution/source/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/das-java-beta2/distribution/source/RELEASE_NOTES?rev=578304&r1=578303&r2=578304&view=diff
==============================================================================
--- incubator/tuscany/branches/das-java-beta2/distribution/source/RELEASE_NOTES
(original)
+++ incubator/tuscany/branches/das-java-beta2/distribution/source/RELEASE_NOTES
Fri Sep 21 15:38:13 2007
@@ -4,56 +4,30 @@
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 beta1
+What's new in Apache Tuscany DAS beta2
======================================
- DAS core features
+ The main purpose of the DAS beta2 release is to fix incompatibilites that
were found with SDO 1.0 release.
- - Support for J2SE connections in DAS config using Driver Manager.
-
- - Added support for multiple database schemas in queries
-
- - Enhanced Logging
-
- - Enhanced Optimistic Concurrency Control with overqualified updates
-
- - Enhanced support in ApplyChanges for generating proper INSERT for
empty DataObjects
-
- - Enhanced support for invalid ResultSetMetadata
-
- - Supporting ApplyChange commands as single atomic unit
-
- - MySQL based test cases complete with success.
-
-
- Documentation
-
- - DAS API Javadocs now available in binary distribution
-
- - Improved user guide available in Tuscany DAS website
-
- - New Developer and Architect guides in Tuscany DAS website
-
-
- DAS Samples
-
- - Introduced database utility (dbConfig) to create, populate and refresh
canned sample dbs
-
- - Introduced new sample that demonstrate usage of DAS in a J2SE
environment
-
- - Introduced a new DAS sample that demonstrates DAS advanced features
such as :
- - Basic CRUD
- - Optimistic Concurrency Control (OCC)
- - Result Set Shape
- - Column Converter
- - Integration with dbConfig
+ 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 beta1 is a superset of previous DAS Java M1 and M2 releases.
- Anything in M1 or M2 is also in beta1, but beta1 contains features and bug
fixes not present in M1 or M2 release.
+ 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
- - Changes on DAS Config file namespaces
(http://issues.apache.org/jira/browse/TUSCANY-899). DAS config files should
- changed the attribute "xmlns"'s value of the "config" tag to
"http:///org.apache.tuscany.das.rdb/config.xsd".
\ No newline at end of file
+ - SDO Static types should be regenerated based on SDO 1.0 tools.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]