Hello, On 11/7/07, Matt Raible <[EMAIL PROTECTED]> wrote: > The filters you have listed are the same ones we have in the default > hibernate.reveng.xml, so I don't know if your "it's being used" indicator is > an accurate one.
Thank you for the quick answer. It's really my own file used. When I've tried to use the default one, oracle tried to get tables from all schemes (so the schema-selection element is necessary) and didn't excluded AppFuse own tables (e.g. APP_USER) because oracle has table names in upper case and in the default file the names are in lower-case. > The comments on the following issue may help you solve this problem: > http://issues.appfuse.org/browse/APF-902 I've already read this issue and it helped me to start with hibernate.reveng.xml file. But the type-mapping doesn't work for me. Now, I've tried to test it with MySql. It generates 'short' members with the default hibernate.reveng. If I use my own hibernate.reveng it generates 'java.lang.Short', so the problem is somehow linked with Oracle. (I don't like bugs like this one. :( ) > Matt Do you have any idea where could be the problem? -- Josef Cacek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
