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
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 th
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"; >
Hi all,
I'm trying to setup appfuse 2 rc1 with JSF in a tomcat 5.5.25 container:
- Setting env.CATALINA_HOME and mysql with no root password.
- Running mvn:
archetypeArtifactId=appfuse-basic-jsf
remoteRepositories=http://static.appfuse.org/releases
archetypeVersion=2.0
- Changing po