Re: [appfuse-user] hibernate reverse engineering table options

2007-11-30 Thread jbarroso
Mike Horwitz wrote: > > >>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 an

Re: [appfuse-user] hibernate reverse engineering table options

2007-11-29 Thread Michael Horwitz
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: > > > catalog="db_name"/> > >

Re: [appfuse-user] hibernate reverse engineering table options

2007-11-29 Thread jbarroso
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: > >This pretty much applied to everything else as well. Mike thanks for response. I've te

Re: [appfuse-user] hibernate reverse engineering table options

2007-11-29 Thread Michael Horwitz
On 11/29/07, jbarroso <[EMAIL PROTECTED]> wrote: > > > Hi all!, > > I'm having problems with hibernate reverse engineering options in appfuse > 2.0.1. > > I'm trying to change the generated pojo's name adding a config > element in hibernate.reveng.xml: > > --- > > SYSTEM > "http://hibernate.sour

[appfuse-user] hibernate reverse engineering table options

2007-11-29 Thread jbarroso
Hi all!, I'm having problems with hibernate reverse engineering options in appfuse 2.0.1. I'm trying to change the generated pojo's name adding a config element in hibernate.reveng.xml: --- http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"; >