Hi all, I have tryed to use table names in the style: "shcema.tablename" for example public.userinfo
and the sql generation and execution is almost alright (such tables are created but only if I have already a schema/namespace created in the database via third-party tool) BUT the java classes fail. ant om creates files like public.tablename.java or public.tablenamePeer.java and AFAIK these are invalid java file/class names no javaNamingMethod can help here ... how to overcome this ? thanks in advance, Bogdan
