Oracle and Derby. Ok. You mean the schema name must be UPPERCASE?
I tested it. Yeah, you're right! Thanks a lot. Am Donnerstag, 29. August 2013 23:20:19 UTC+2 schrieb Lukas Eder: > > jOOQ treats database names in a case-sensitive way. Is your dbschema > really lower-case? What database are you using? > > Cheers > Lukas > > > 2013/8/29 <[email protected] <javascript:>> > >> Hi, >> >> I tried to import a schema "dbschema" from a database to create the code >> with the GenerationTool. >> But the created schema file still is Dbschema.java. >> >> I used the xml elements in configuration xml: >> <inputSchema>dbschema</inputSchema> >> <outputSchema>standardname</outputSchema> >> >> and >> <schemata> >> <schema> >> <inputSchema>dbschema</inputSchema> >> <outputSchema>standardname</outputSchema> >> </schema> >> </schemata> >> >> Both have no effect. >> >> I'm using version 3.1. >> >> Is it working as expected? >> >> Cheers >> Rick >> >> -- >> 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] <javascript:>. >> 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.
