Are all files under org.mmbase.storage still in use?
The old 'storage' implementation is still included (for backward compatibility). It will be removed in MMBase 1.8.
The 'new' storage classes are :
Attributes, Storable, StorageConfigurationException, StorageError, StorageException, StorageFactoryException, StorageInaccessibleException, StorageManager, StorageManagerFactory
and everything in the the util and implementation packages.
The Transaction and Storage classes and the database package are old and will be dropped in the next (1.8) release (at which time all functionality should be confirmed to be present in the new storage implementation).
It took me a lot of time to find out where what was happening. And are the files in config.databases still required?
The new storage does not use these files, but the resource files in org.mmbase.storage.implementation.database.resources
The old xml files are still included in MMabse 1.7 for use with the old storage and support classes.
Gomez
