Hi

What sequence names will be used for primary keys (id) when running
AppFuse on Oracle. I was not able to run hbm2ddl on Oracle with AppFuse
2.0.2, so the DB has been setup more or less manually. This seems to
work, but DB sequences are still missing.
The DB configuration is:


<dbunit.dataTypeFactoryName>org.dbunit.ext.oracle.OracleDataTypeFactory</dbunit.dataTypeFactoryName>
               <dbunit.schema>SYSTEM</dbunit.schema> <!-- Make sure to
capitalize the schema name -->

<hibernate.dialect>org.hibernate.dialect.Oracle10gDialect</hibernate.dialect>
               <jdbc.groupId>com.oracle</jdbc.groupId>
               <jdbc.artifactId>ojdbc14</jdbc.artifactId>
               <jdbc.version>10.2.0.2.0</jdbc.version>

<jdbc.driverClassName>oracle.jdbc.driver.OracleDriver</jdbc.driverClassName>


Thanks. Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to