2014-01-27 Darren S <[email protected]> > Oh, I feel like an idiot now. So the problem is that I had two > customTypes elements, not one customTypes element with two customType in it. >
It happens to the best :-) But did the jOOQ code generator emit a warning? There should be warnings in the logs when you provide invalid XML, as jOOQ uses a javax.xml.bind.ValidationEventHandler when unmarshalling the XML. Another option to avoid such mistakes, of course, is to use programmatic configurations: http://www.jooq.org/doc/3.2/manual/code-generation/codegen-programmatic/ Cheers Lukas -- 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.
