Author: arminw
Date: Tue Oct  2 15:15:05 2007
New Revision: 581416

URL: http://svn.apache.org/viewvc?rev=581416&view=rev
Log:
update

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt

Modified: db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt?rev=581416&r1=581415&r2=581416&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Tue Oct  2 15:15:05 2007
@@ -19,11 +19,13 @@
 ---------------------------------------------------------------------
 NOTES:
 * OJB.properties, repository.dtd files changed (also some default settings 
changed - see CHANGES).
-  Don't forget to replace older versions (nevertheless old versions are still 
compatible with this
-  version).
+  Don't forget to replace older versions.
+* Criteria class changed. Instead of 'void' "addXYZ"-methods now return 'this' 
to improve query
+  building (OJB-121).
 * Documentation update and improvement: section about using RowReader and 
using a
-  specific RowReader on class level, section "performance" reworked, LOB 
content
-  howto reworked, FAQ improved, sequence manager, query section improved
+  specific RowReader on class level, proxy section improved, section 
"performance" reworked,
+  LOB content howto reworked, FAQ improved, sequence manager, query section 
improved,
+  xdoclet module,...etc.
 * Work on the OTM-api is discontinued.
 
 CHANGES:
@@ -143,6 +145,8 @@
   Now OJB execute the batch statement after insert of objects using identity 
columns.
 * Fixed: Batch handling doesn't work proper when adding new class-descriptor 
at runtime and when
   using different metadata profiles.
+* fix possible memory leak if the user change the descriptor-repository (root 
class of metadata
+  mappings) many times at runtime.
 
 * [OJB-15] - Randomly concurrency problem in Identity class
 * [OJB-85] - ODMG-api in managed environment: Transaction demarcation problems 
when using a
@@ -173,8 +177,11 @@
 * [OJB-128] - "query by example"ignore inherited fields (using 'table per 
subclass' mapping)
 * [OJB-132] - Repository load fails on Turkish
 * [OJB-133] - Query exception occur if a field name is equals to a database 
function/keyword
-* fix possible memory leak if the user change the descriptor-repository (root 
class of metadata mappings)
-  many times at runtime.
+* xdoclet-module: fix inheritance problems, now table per hierarchy and table 
per subclass
+  created well
+* xdoclet-module: fix problem with table per subclass inheritance and 
autoincrement, access
+  attribute settings, improve table per subclass declaration, now 
ojb.reference="super"
+  declaration is allowed
 
 
 KNOWN ISSUES:



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

Reply via email to