How to give the address of jooq generators custom strategy, while loading
the configuration from xml file?
<https://stackoverflow.com/questions/61099608/how-to-give-the-address-of-jooq-generators-custom-strategy-while-loading-the-co>
I am loading jooq configuration from a file and I have a custom generator
setting like this:
<generator>
<name>gen.generator.myGenerator</name>
<strategy>
<name>gen.generator.myGeneratorStrategy</name>
</strategy>
.
.</generator>
I am loading my strategy from a sub-project of my original project.
but the question is, how to address my strategy? because I get
java.lang.ClassNotFoundException
--
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/548cc50e-cd92-4fe1-9e52-8a3b5c2f5b76%40googlegroups.com.