JPADatabase ClassNotFound

11 views
Skip to first unread message

Alessandro Ferrucci

unread,
Oct 29, 2022, 5:53:25 PM10/29/22
to jOOQ User Group
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>


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

Alessandro Ferrucci

unread,
Oct 30, 2022, 6:05:24 AM10/30/22
to jooq...@googlegroups.com
Please disregard my previous email.

I just RTFM'ed again and completely missed the extra dependency I needed.

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 jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/7768bd18-3910-4c91-ace3-1b7a0204e4cbn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages