Uses of Class
org.nuxeo.launcher.commons.DatabaseDriverException
-
Packages that use DatabaseDriverException Package Description org.nuxeo.ecm.core.storage -
-
Uses of DatabaseDriverException in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that throw DatabaseDriverException Modifier and Type Method Description void
DBCheck. checkDatabaseConnection(ConfigurationHolder configHolder)
Check driver availability and database connectionprotected Driver
DBCheck. lookupDriver(ConfigurationHolder configHolder, Path databaseTemplateDir, String classname)
Builds anURLClassLoader
for the given databaseTemplate looking in the templates directory and in the server lib directory, then looks for a driver
-