huntwhat commented on issue #23768:
URL:
https://github.com/apache/shardingsphere/issues/23768#issuecomment-1486460279
> If your application is packed as WAR and deployed to server like Tomcat.
You may try executing `Class.forName("org.h2.Driver")` before initializing
ShardingSphere-JDBC or adding
>
> ```
> <bean id="h2Driver" class="org.h2.Driver" />
>
> <bean id="yourDataSource" depends-on="h2Driver">
> ```
This should solve the problem, but should you upgrade the shardingsphere to
solve the problem
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]