I am not be able to instanciate the SqlClient, that the Dao is expecting, I received the following error:
java.lang.ClassCastException: class com.julienviet.pgclient.impl.PostgresClientImpl cannot be cast to class io.vertx.reactivex.sqlclient.SqlClient (com.julienviet.pgclient.impl.PostgresClientImpl and io.vertx.reactivex.sqlclient.SqlClient are in unnamed module of loader 'app')
at com.example.starter.MainVerticle.handlerrequest(MainVerticle.java:58)
at com.example.starter.MainVerticle.lambda$start$0(MainVerticle.java:35)
I am not be able to instanciate the SqlClient, that the Dao is expecting, I received the following error:
java.lang.ClassCastException: class com.julienviet.pgclient.impl.PostgresClientImpl cannot be cast to class io.vertx.reactivex.sqlclient.SqlClient (com.julienviet.pgclient.impl.PostgresClientImpl and io.vertx.reactivex.sqlclient.SqlClient are in unnamed module of loader 'app') at com.example.starter.MainVerticle.handlerrequest(MainVerticle.java:58) at com.example.starter.MainVerticle.lambda$start$0(MainVerticle.java:35)
Could you help me to use the daos properly?
Thanks