This is probably down to something stupid, but I'm stumped on an issue with
a generated "tables.X.class" throwing a VerifyError.
The line is thrown from a
dsl.selectFrom(Tables.MY_TABLE)
.where(Tables.MY_TABLE.MY_COLUMN.eq(queueId))
.fetchOne()); call.
My project is built with maven, and I only have 1 jooq version on the
classpath.
[INFO] | | \- org.jooq:jooq-codegen:jar:3.9.3:compile
[INFO] | | +- org.jooq:jooq:jar:3.9.3:compile
[INFO] | | \- org.jooq:jooq-meta:jar:3.9.3:compile
Indeed, deleting the generated classes and running results in a
NoClassDefFoundException - so I only have 1 version in the workspace.
Is there any specific debugging I should undertake to find how this error
is thrown? Or better still resolve the issue?
Cheers for any help.
--
You received this message because you are subscribed to the Google Groups "jOOQ
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.