Hi, > There's no "schema" parameter > for the DbDataStore, and never has been. You're probably looking for > the "databaseType" parameter (I know, we're not very consistent...).
That's true... But we are getting there: The property databaseType will be supported in persistence managers and cluster journal in Jackrabbit 1.6 and later, see https://issues.apache.org/jira/browse/JCR-1836 By the way, you usually don't have to specify the database type in the DbDataStore, because it is detected automatically from the database URL. However this auto-detection doesn't work (yet) if you use JNDI or some JDBC wrapper. Regards, Thomas
