![JAR search and dependency download from the Maven repository](/logo.png)
templates.greenpepper.configuration.installation.configurationDbmsView.vm Maven / Gradle / Ivy
#if (!$action.actionErrors.isEmpty())
#foreach($error in $action.actionErrors)
$action.getText($error)
#end
#end
$action.getText('greenpepper.install.installtypelabel')
#if($action.isCustomSetup)
$action.getText('greenpepper.install.custom')
#else
$action.getText('greenpepper.install.quick')
#end
$action.getText('greenpepper.install.dbms')
#if($action.isCustomSetup())
#foreach($dialect in $action.dialects)
#if($dialect.className.equals($!action.hibernateDialect))$dialect #end
#end
#else
HSQL
#end
#if($action.isCustomSetup())
$action.getText('greenpepper.install.jndiurl')
$!action.jndiUrl
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy