java.lang.NoSuchMethodError in jOOQ with Vertx
I’m trying to do CRUD operations using jOOQ generated DAO class. insert()
works fine. But I’m getting following exception when I try to call findAll()
method in jOOQ DAO class. What could be the reason for this error?