Hi, I'm not sure what 'officially supported' would mean. Jackrabbit is an open source project, and if people are interested then other databases are supported as well.
> Derby, MS SQL Server, Oracle 9 and 10... What about DB2? MySQL? > Any others? See jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle MySqlPersistenceManager H2PersistenceManager PostgreSQLPersistenceManager BundleDbPersistenceManager There is no bundle DB2 PM, not sure why. Maybe BundleDbPersistenceManager just works? But there is a DB2FileSystem. Regards, Thomas
