Hello, You've probably run into this issue here: https://github.com/jOOQ/jOOQ/issues/2401
This will be fixed in the next releases of jOOQ (3.1.0, 3.0.1, 2.7.0, 2.6.4). In the mean time, specify package names without whitespace in the code generation configuration: Bad <packageName> com.example</packageName> Good <packageName>com.example</packageName> Hope this helps Lukas 2013/5/24 venkatesha murthy <[email protected]> > Hi > > I am seeing for every package generated an string such as ____. > Could you please let me know how to avoid this. > > thanks > Murthy > > -- > 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.
