You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/01/04 19:29:16 UTC

cvs commit: db-ojb release-notes.txt

arminw      2004/01/04 10:29:16

  Modified:    .        release-notes.txt
  Log:
  update notes
  
  Revision  Changes    Path
  1.29      +46 -1     db-ojb/release-notes.txt
  
  Index: release-notes.txt
  ===================================================================
  RCS file: /home/cvs/db-ojb/release-notes.txt,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- release-notes.txt	13 Dec 2003 18:18:33 -0000	1.28
  +++ release-notes.txt	4 Jan 2004 18:29:16 -0000	1.29
  @@ -8,6 +8,51 @@
   relational databases. OJB provides ODMG and JDO interfaces.
   
   ---------------------------------------------------------------------
  +Release 1.0
  +---------------------------------------------------------------------
  +
  +NEW FEATURES:
  + -
  +
  +NOTES:
  + -
  +
  +CHANGES:
  +- Add new configuration property 'useAutoSync' to ObjectCacheDefaultImpl
  +- Add object-cache tag in standard jdbc-connection-descriptor in repository_database.xml
  +to enable new 'useAutoSync' property of ObjectCacheDefaultImpl
  +- Allow infinite lifetime of cached objects in ObjectCacheDefaultImpl
  +
  +
  +BUG FIXES:
  +
  +Please refer to our Bug tracking site under
  +http://scarab.werken.com/scarab/issues/id/OJBxxx to see details for a bug
  +with id OJBxxx.
  +
  +- fix bug in MetadataManager, when 'per thread changes' is enabled and many different
  +DescriptorRepository instances were used, gc can't collect unused instances because
  +StatementManager doesn't release references to used DescriptorRepository instances.
  +
  +- fix bug in ObjectCacheDefaultImpl, it doesn't make sense to use a soft reference
  +for the object wrapper of the cached object. Use a softreference for the cached
  +object instead
  +
  +- fix bug in CacheDistributor (internal used ObjectCache implementation), each CacheDistributor
  +instance have to held ObjectCache instances for the associated PersistenceBroker instance
  +
  +- fix documentation bug in ObjectCacheDefaultImpl, property 'timeout' use
  +seconds instead of milliseconds
  +
  +- fix bug in new DList implementation (DListImpl_2), materialization of objects
  +failed when DList instance itself was persisted (using db.bind(...)) and
  +re-loaded within tx, but iteration over the list values was done outside of the tx
  +
  +KNOWN ISSUES:
  +
  +
  +
  +---------------------------------------------------------------------
   Release 1.0 rc5
   ---------------------------------------------------------------------
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: cvs commit: db-ojb release-notes.txt

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
arminw@apache.org dijo:
> arminw      2004/01/04 10:29:16
>
>   Modified:    .        release-notes.txt
>   Log:
>   update notes
>
>   Revision  Changes    Path
>   1.29      +46 -1     db-ojb/release-notes.txt
>
>   Index: release-notes.txt
>   ===================================================================
>   RCS file: /home/cvs/db-ojb/release-notes.txt,v
>   retrieving revision 1.28
>   retrieving revision 1.29
>   diff -u -r1.28 -r1.29
>   --- release-notes.txt	13 Dec 2003 18:18:33 -0000	1.28
>   +++ release-notes.txt	4 Jan 2004 18:29:16 -0000	1.29
>   @@ -8,6 +8,51 @@
>    relational databases. OJB provides ODMG and JDO interfaces.
>
>    ---------------------------------------------------------------------
>   +Release 1.0
>   +---------------------------------------------------------------------
>   +
>   +NEW FEATURES:
>   +
>   +NOTES:
>   +
>   +CHANGES:
>   +- Add new configuration property 'useAutoSync' to
> ObjectCacheDefaultImpl
>   +- Add object-cache tag in standard jdbc-connection-descriptor in
> repository_database.xml
>   +to enable new 'useAutoSync' property of ObjectCacheDefaultImpl
>   +- Allow infinite lifetime of cached objects in ObjectCacheDefaultImpl
>   +
>   +
>   +BUG FIXES:
>   +
>   +Please refer to our Bug tracking site under
>   +http://scarab.werken.com/scarab/issues/id/OJBxxx to see details for a
> bug
>   +with id OJBxxx.

The above link is bad.

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org