Hmm, I see, this error seems to appear only when running jOOQ's code generator with Maven. Apparently, Maven cannot map XML configurations to nested classes, even if they're correctly JAXB-annotated. I've registered #2910 for this: https://github.com/jOOQ/jOOQ/issues/2910
Thank you for reporting. This issue should be fixed as soon as possible, and merged to jOOQ 3.2.3. In the mean time, I suspect you will have to resort to any of these workarounds: - Use jOOQ codegen in the "standalone" mode, instead of the Maven plugin - Write your own Maven plugin to work around this issue 2013/12/24 <[email protected]> > Ok thanks, so I'm trying the following (in Maven's POM) : > > http://pastebin.com/dC1WPkVU > > But get this error : > > ---------------------------- > [ERROR] Failed to execute goal org.jooq:jooq-codegen-maven:3.2.2:generate > (default) on project XXXXX: Unable to parse configuration of mojo > org.jooq:jooq-codegen-maven:3.2.2:generate for parameter expression: Cannot > configure instance of org.jooq.util.jaxb.Matchers$Fields from > passwordEncrypted -> [Help 1] > ---------------------------- > > Is there something wrong with my matchers configuration? > > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
