Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Michael Horwitz
--- > > *From:* Michael Horwitz [mailto:[EMAIL PROTECTED] > *Sent:* woensdag 31 oktober 2007 15:14 > *To:* users@appfuse.dev.java.net > *Subject:* Re: [appfuse-user] Tables not generated by dbunit-maven-plugin > -- part 2 > > > > > > On 10/31/07, *B

RE: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Bonami, Christian
14:56 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2 They are included via the dependency on appfuse-data-common (which is a transitive dependency through appfuse-hibernate). Mike On 10/31/07, Bonami, Christian <[EM

RE: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Bonami, Christian
sdag 31 oktober 2007 15:14 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2 On 10/31/07, Bonami, Christian <[EMAIL PROTECTED]> wrote: Aha, ok, I see. But how come that tables are not automatically generated by the hibe

Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Michael Horwitz
ilto:[EMAIL PROTECTED] > *Sent:* woensdag 31 oktober 2007 14:56 > *To:* users@appfuse.dev.java.net > *Subject:* Re: [appfuse-user] Tables not generated by dbunit-maven-plugin > -- part 2 > > > > They are included via the dependency on appfuse-data-common (which is a > t

Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Michael Horwitz
- > > *From:* Michael Horwitz [mailto:[EMAIL PROTECTED] > *Sent:* woensdag 31 oktober 2007 14:37 > *To:* users@appfuse.dev.java.net > *Subject:* Re: [appfuse-user] Tables not generated by dbunit-maven-plugin > -- part 2 > > > > AppFuse 2.0 uses Hibernate An

RE: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Bonami, Christian
@appfuse.dev.java.net Subject: Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2 AppFuse 2.0 uses Hibernate Annotations - no more .hbm.xml files. Mike On 10/31/07, Bonami, Christian <[EMAIL PROTECTED]> wrote: Ok, by now I've discovered that it is not dbunit but the

Re: [appfuse-user] Tables not generated by dbunit-maven-plugin -- part 2

2007-10-31 Thread Michael Horwitz
AppFuse 2.0 uses Hibernate Annotations - no more .hbm.xml files. Mike On 10/31/07, Bonami, Christian <[EMAIL PROTECTED]> wrote: > > Ok, by now I've discovered that it is not dbunit but the > hibernate3-maven-plugin that generates the tables (hbm2ddl). > > But where is the *.hbm file?? It is not