arminw      2005/03/18 11:50:00

  Modified:    .        Tag: OJB_1_0_RELEASE release-notes.txt
  Log:
  update odmg notes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.54.2.37 +5 -3      db-ojb/release-notes.txt
  
  Index: release-notes.txt
  ===================================================================
  RCS file: /home/cvs/db-ojb/release-notes.txt,v
  retrieving revision 1.54.2.36
  retrieving revision 1.54.2.37
  diff -u -r1.54.2.36 -r1.54.2.37
  --- release-notes.txt 18 Mar 2005 19:25:06 -0000      1.54.2.36
  +++ release-notes.txt 18 Mar 2005 19:50:00 -0000      1.54.2.37
  @@ -24,7 +24,7 @@
     removed and OracleConnection unwrapping have been adjusted to be 
compatible with 10g JDBC.
   
   NOTES:
  -- ODMG-api refactoring. All known issues in test suite are fixed. But the 
refactored odmg-api
  +- ODMG-api refactoring!! All known issues in test suite are fixed. But the 
refactored odmg-api
     version needs changes in auto-xxx settings in metadata and changed 
OJB.properties settings.
     Please read carefully the 'CHANGES notes' below.
   - Don't forget to replace the old repository.dtd and OJB.properties file 
(both files changed).
  @@ -86,7 +86,9 @@
     in ObjectEnvelopeTable).
   - odmg-api: Change used 'OqlCollectionClass' in OJB.properties from a DList 
impl to ArrayList impl
     to improve performance. If you need the additional features of odmg DList 
comment in the DList impl.
  -- odmg-api: All m:n relations need auto-update/delete setting 'none' to 
proper work.
  +- odmg-api: ** All relations (1:1, 1:n and m:n) need auto-update/delete 
setting 'none' to proper work.**
  +- odmg-api: Cascade delete is now configurable via OJB.properties file and 
at runtime using
  +  TransactionExt#setCascadingDelete method (cast Transaction instance to 
TransactionExt)
   
   BUG FIXES:
   Please refer to our Bug tracking site 
(http://issues.apache.org/scarab/servlet/scarab/)
  
  
  

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

Reply via email to