Details
Description
When Sonar WAR is deployed into a JEE server, the JDBC datasource can be loaded from JNDI if the property sonar.jdbc.jndiName is set. In this case many properties are not used: sonar.jdbc.url, sonar.jdbc.username, sonar.jdbc.password and properties related to connection pool (sonar.jdbc.maxActive, ...). Server startup must not fail if they are missing.