Try 'mvn jetty:run -Dmaven.test.skip=true' instead of “mvn jetty:run” . To use postgre, I think you have to use 'mvn -P postgresql' (see pom.xml <profile> part also)
2009/10/1 owais <ow...@preceptglobalaccess.com> > I am using appfuse (struts 2 basic). I am starting the application by > “mvn jetty:run”. Everything is working fine, but as soon as I stop the > application and restart it again, I lost all the changes I made in the > database (like adding new users). How can I get around this problem? > > > > How can I use postgre database instead of MySQL? > > > > Please help > > > > -Owais >