Hi Dominik Thanks a lot for your feedback. I'm happy to hear that it works now for you.
You're right of course, my bad. With jOOQ's standalone features, there aren't any dependencies, in case of which the standalone code generator works well, but the jOOQ-meta-extensions module has those dependencies and their transitive dependencies... You could still use the standalone code generator from within Gradle, though, in case of which the code generator inherits Gradle's class path, but I guess that's no longer needed now. Excellent, I'd be very curious to learn more about your lecture's content. Are your slides available online, somewhere? Btw: I'm passing FHNW just now on a train to Zurich :-) Best Regards, Lukas 2016-10-20 18:07 GMT+02:00 Dominik Gruntz <[email protected]>: > Great! Thanks for the immediate feedback and help! > > > As a workaround, you can specify the <inputSchema/> configuration to > include only your schema. > OK. Specification of > inputSchema = 'PUBLIC' > in the database section of the generator is possible and prevents > generation of classes for tables in the information_schema. > > > Are those JPA-annotated entities on the jOOQ code generator's classpath? > Good question. No, these classes were not on the class path! I just added > them, and now code is generated, and due to the above inputSchema > definition only for the public schema. > > > There's always the possibility of falling back to using the standalone > code generator from within Gradle (using the latest jOOQ version): > I tried to invoke the converter from the command line as described in > http://www.jooq.org/doc/3.8/manual/getting-started/ > tutorials/jooq-in-7-steps/jooq-in-7-steps-step3/, but I gave up at some > point as I had to add too many jar files on the class path (the whole > dependency to hibernate in case of the JPADatabase). > > But my example works now, which is great! > I will demonstrate that in the next lecture (in a course on JPA...) > > Thanks again > Dominik > > > -- > 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.
