Please disregard my previous email. I just RTFM'ed again and completely missed the extra dependency I needed.
Thank you On Sat, Oct 29, 2022, 5:53 PM Alessandro Ferrucci < [email protected]> wrote: > I'm using Open Source version of JOOQ 3.13.4. > > here is the relevant snippet of my pom file: > > > <dependency> > <groupId>org.jooq</groupId> > <artifactId>jooq</artifactId> > <version>3.13.4</version> > </dependency> > <dependency> > <groupId>org.jooq</groupId> > <artifactId>jooq-meta</artifactId> > <version>3.13.4</version> > </dependency> > <dependency> > <groupId>org.jooq</groupId> > <artifactId>jooq-codegen</artifactId> > <version>3.13.4</version> > </dependency> > > I'm following the instructions on > https://www.jooq.org/doc/latest/manual/code-generation/codegen-jpa/ > > when I try to reference org.jooq.meta.extensions.jpa.JPADatabase > > I get a ClassNotFoundException. > > Other examples on the internet reference org.jooq.util.jpa.JPADatabase > but even that one gives me a ClassNotFoundException. > > I looked throughout all the jar files in the above artifacts and indeed > that class doesn't exist anywhere. The documentation states that it is > supported in the Open Source Version. > > Am I missing something? > > Thank you > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/7768bd18-3910-4c91-ace3-1b7a0204e4cbn%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/7768bd18-3910-4c91-ace3-1b7a0204e4cbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAMgh6pJscbiz%2B4PwYXi0z3NvE2KYBqaYPzxv40fbV%3D0-Ok6UJA%40mail.gmail.com.
