Re: [appfuse-user] How to disable table creation every time

2008-08-12 Thread Kropp, Henning
Hi, I would not delete it but configure it properly. org.codehaus.mojo hibernate3-maven-plugin 2.1 hbm2ddl

Re: [appfuse-user] How to disable table creation every time

2008-08-12 Thread Mauri Ferreyra
Change plugin org.codehaus.mojo, delete: process-test-resources hbm2ddl regards! On Tue, Aug 12, 2008 at 12:34 PM, krishgy <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] How to disable table creation every time

2008-08-12 Thread krishgy
I tried that. But no luck. I use postgres db Cens wrote: > > Change in pom.xml, from value CLEAN_INSERT to > NONE > > Vincenzo Caselli > > > On Tue, Aug 12, 2008 at 5:07 PM, krishgy <[EMAIL PROTECTED]> wrote: > >> >> Hi All, >> >> I have AppFuse (Basic Struts, Hibernate and Spring) proj

Re: [appfuse-user] How to disable table creation every time

2008-08-12 Thread Vincenzo Caselli
Change in pom.xml, from value CLEAN_INSERT to NONE Vincenzo Caselli On Tue, Aug 12, 2008 at 5:07 PM, krishgy <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have AppFuse (Basic Struts, Hibernate and Spring) projects. Every time I > package, run the test or run the mvn jetty:run-war, I am getting

[appfuse-user] How to disable table creation every time

2008-08-12 Thread krishgy
Hi All, I have AppFuse (Basic Struts, Hibernate and Spring) projects. Every time I package, run the test or run the mvn jetty:run-war, I am getting the data base tables are deleted and again they are created and test data are inserted. I do not want to do this until or unless there are schema cha