Thanks for the update. That's what I thought originally (but unfortunately, didn't put in these words).
2017-09-27 16:55 GMT+02:00 <[email protected]>: > It was due to a old local jooq version that wasn't committed (rightfully) > but was left on the build path of the parent project. > > > On Friday, 22 September 2017 14:18:44 UTC+1, Matt Grigsby wrote: >> >> 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. > -- 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.
