OK, found it, I am using a <name>org.jooq.util.JavaGenerator</name> rather
than, in other projects,
<generator>
<name>org.jooq.util.DefaultGenerator</name>
:)
This will be it.
Thanks again.
On Friday, 22 September 2017 14:58:09 UTC+1, Matt Grigsby wrote:
>
> Hi Lukas. love your work, congrats on Java Champion etc and thanks for the
> quick reply.
> I have indeed generated the classes wirh 3.9.3.
> That's why it's very strange. The generated classes are a dependency of a
> dependency of my class which throws the error.
>
> On Friday, 22 September 2017 14:20:12 UTC+1, Lukas Eder wrote:
>>
>> Hello,
>>
>> This could be because of generated classes not matching your runtime
>> library version. Did you generate the classes with version 3.9.3 of the
>> code generator as well?
>>
>> Best Regards,
>> Lukas
>>
>> 2017-09-22 14:54 GMT+02:00 <[email protected]>:
>>
>>> 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.