> #6370 Pending Bug Medium 1.7.0.rc2 Database Layer New storage does
> not support ChainedSqlHandlers.
>
> There's only one implementation so the vpro has to test this I think.
>


Is the vpro going to test this?
Not at this moment.


 > #6307         Pending         Bug     Medium  1.7     Database Layer
 >       DatabaseStorage.createKey() not thread-safe
 >
 > What needs to be done with this one? This could give problems for
 > organisations running more than one MMBase on one database.
 >

This issue can be resolved after the 1.7.0 release. We only have to add
some info about this in the releasenotes.
This is not really a problem, the createKey method is synchronized. The only problem is accessing the method within different JVMs, but also this can be fixed easily with using database functions that can be specified in the database configuration files. (See the informix_with_fetchrelkey_function.xml in org/mmbase/storage/implementation/databases/resource, as an example).




Reply via email to