On 11/29/07, jbarroso <[EMAIL PROTECTED]> wrote: > > > > > On 11/29/07, jbarroso <[EMAIL PROTECTED]> wrote: > > > > > >When I tried a similar exercise with SQL Server I had to specify both the > >schema and the catalog before Hibernate tools would recognise the table: > > > <table name="app_user" class="MyUser" schema="user_name" > catalog="db_name"/> > > >This pretty much applied to everything else as well. > > Mike thanks for response. > > I've testing in mysql adding schema and/or catalog attributes and doesn't > work.
On MySql you may want to try dropping the schema and catalog attributes and specifying the table name in capitals - i.e. APP_USER. Hibernate tools does some weird db specific stuff at times. For Oracle you are more than likely going to have to add both schema and catalog attributes. Mike -Jose. > -- > View this message in context: > http://www.nabble.com/hibernate-reverse-engineering-table-options-tf4897718s2369.html#a14028726 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >