This might help: http://issues.appfuse.org/browse/APF-718
<quote> Set your hibernate_sequence to a high enough value so that future insertions do not produce unique key constraint violations. For instance, if your highest key value in any of your tables is 182974, then the following statement would work for you - SQL> alter sequence hibernate_sequence increment by 182975 minvalue 0; </quote> You also might need to remove <drop>true</drop> from your pom.xml. Hope this helps, Matt On 9/5/07, phamvubinh <[EMAIL PROTECTED]> wrote: > > Hi David, > > I have the same problem as yours. What error did you find in your > sample-data.xml file? My project can be built correctly with MySQL database > but not Oracle database , so I don't think the sample-data.xml has a > problem... > > Binh Pham > > > Djohannot wrote: > > > > I found the origin of the problem. > > > > I had an error on my sample-data.xml files...... (Always check your > > xml...) > > > > David > > > > > > > > Djohannot wrote: > >> > >> Hello, > >> > >> When i run mvn jetty:run-war -e, I've this error: > >> > >> Error executing database operation: CLEAN_INSERT > >> > >> I've drop my database from MySQL from the command line, but the problem > >> is always the same. Has someone an Idea? > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Error-executing-database-operation%3A-CLEAN_INSERT-tf3433993s2369.html#a12515556 > > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
