Re: [appfuse-user] Oracle Sequences / Learning curve / Project Structure

2008-08-04 Thread Michael Gasche
ur patch that switches the Sequence generation code based on dialect! That would be a great head start for me to fix this. ;-) -D On Aug 4, 2008, at 11:14 AM, Michael Gasche wrote: Hi Thanks for your answer. I've to look more detailed into this. I wanted to make my app running on MySql

Re: [appfuse-user] Oracle Sequences / Learning curve / Project Structure

2008-08-04 Thread Michael Gasche
.codehaus.mojo.dbunit.OperationMojo.execute(OperationMojo.java:101) ... 18 more Cheers, Mike Matt Raible schrieb: 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 nee

[appfuse-user] Oracle Sequences

2008-08-02 Thread Michael Gasche
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: org.dbunit.ext.o

Re: [appfuse-user] AppFuse with Oracle 10g

2008-08-01 Thread Michael Gasche
problem to me. How do you have your Oracle dependency configured? Matt On Fri, Aug 1, 2008 at 9:25 AM, Michael Gasche <[EMAIL PROTECTED]> wrote: Hi I'm trying to run AppFuse 2.0.2 with Oracle 10g. As soon the CLEAN_INSERT by dbunit is made the OracleDriver isn't found, eve

[appfuse-user] AppFuse with Oracle 10g

2008-08-01 Thread Michael Gasche
Hi I'm trying to run AppFuse 2.0.2 with Oracle 10g. As soon the CLEAN_INSERT by dbunit is made the OracleDriver isn't found, even before the mvn-script was able to create the database tables in the schema. Does someone have any ideas about that problem? Thanks, mike mvn-output is: alter ta

Re: [appfuse-user] appfuse tutorials (Spring MVC + Hibernate) one-to-many mapping

2008-07-22 Thread Michael Gasche
Hello Icky You should be fine doing it like this: I'm using a Project-Risk-Exampe; a project has many risks. I'm also using MySQL and appfuse respectively hibernate wants me to define a default value. That's why I've been using the columnDefinition-Attribute within the JoinColumn-Annotation.