Explanation | A valid JDBC driver implementation class was not found. |
Action | Update the configuration so that either the library contains a path to a recognized JDBC driver or the implementation class is specified on the data source. |
Explanation | A valid JDBC driver implementation class was not found. |
Action | Update the configuration so that either the nested library contains a path to a recognized JDBC driver or the implementation class is specified on the data source. |
Explanation | A valid jdbcDriver element could not be found the specified dataSource. |
Action | Update the configuration to include either a valid nested jdbcDriver element or a top-level jdbcDriver element with the same name as the jdbcDriverRef attribute on the dataSource. |