Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-12-04 Thread fadhli
But if you're using hibernate 3.2.5.ga, the hibernate team split Oracle9Dialect into Oracle9iDialect and Oracle10gDialect http://opensource.atlassian.com/projects/hibernate/browse/HHH-2665 On Nov 12, 2007 11:16 PM, Josef Cacek <[EMAIL PROTECTED]> wrote: > Don't use Oracle9iDialect in the .pom fi

Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread Josef Cacek
Don't use Oracle9iDialect in the .pom file, but only Oracle9Dialect (it's "deprecated", but some tasks still need it). -- jc. On Nov 12, 2007 9:26 AM, Matthew Wu <[EMAIL PROTECTED]> wrote: > Today, when I execute "mvn appfuse:gen-model". there is a error says: > [INFO] Scanning for projects... [I

Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread fadhli
This is what i've done connecting to a oracle database... org.dbunit.ext.oracle.OracleDataTypeFactory NONE org.hibernate.dialect.Oracle9iDialect com.oracle ojdbc14 9.2.0.1.0 oracle.jdbc.OracleDriver

[appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread Matthew Wu
When I execute "mvn appfuse:gen-model", there is an error says: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] [INFO] Building AppFuse Struts 2 Application [INFO]

[appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread Matthew Wu
Today, when I execute "mvn appfuse:gen-model". there is a error says: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] [INFO] Building AppFuse Struts 2 Application [IN