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
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
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
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]
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