Hi.

I finally figured out what the error was. Actually the mistake has been
mine all along. Back when I downloaded 2.1.0 I put the jars in the lib/ext
folder of my java installation folder. This meant that any other code that
I have been running has been causing conflict with these jars in the
classpath. @Lukas this was also what was causing the problem with the
codegen code before. I tested the same code once I removed the jars and it
worked perfectly. One less headache for debugging. :)

A good day to you all.

Regards

On Fri, Jun 8, 2012 at 12:26 PM, Abel Birya <[email protected]> wrote:

> Hi all,
>
> Today was the first time that I needed to work with this JOOQ method but
> interestingly enough it does not show up on code complete in my IDE. This I
> have tried from maven generated source code using 2.3.0. I went to the
> extent of copying source files for 2.3.0 into my project and the method
> eventually showed up on code complete. However, when I run my code I get a 
> "Exception
> in thread "Process Content Transactions Thread"
> java.lang.NoSuchMethodError:
> org.jooq.InsertValuesStep.onDuplicateKeyIgnore()Lorg/jooq/InsertFinalStep;"
> error. Is there anyone else who has experience this. Kindly assist.
>
> Kind regards
>

Reply via email to