Hi, > <param name="schema" value="sampleschema"/>
The parameter name 'schema' is misleading: it is the database type (the name of the .ddl resource). In your case, it is mysql. Actually you don't need to set it. See also http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/core/persistence/bundle/BundleDbPersistenceManager.html#setSchema(java.lang.String) I believe with Jackrabbit and MySQL you can't currently use a different database schema except the default one. Did you check the log file? Please use the user list for questions that are not related to development of Jackrabbit. Regards, Thomas
