It depends on how you annotate your classes. For the classes that use a generated identity, it's usually some sort of increment. If you want sequences, you'll need to annotate your classes appropriately.
Matt On Sat, Aug 2, 2008 at 9:10 PM, Michael Gasche <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]