When using a Spring Boot 2.x-application (which uses Hikari as ConnectionPool) and importing an NCLOB-Datatype a ClassCastException is thrown "om.zaxxer.hikari.pool.HikariProxyPreparedStatement cannot be cast to oracle.jdbc.OraclePreparedStatement"
It is similar to https://sourceforge.net/p/dbunit/bugs/373/
Here is a patch
Fixed in 3.0.0 by MR https://sourceforge.net/p/dbunit/code.git/merge-requests/59/
Log in to post a comment.
It is similar to https://sourceforge.net/p/dbunit/bugs/373/
Here is a patch
Fixed in 3.0.0 by MR https://sourceforge.net/p/dbunit/code.git/merge-requests/59/