|
|
|
[
Permlink
| « Hide
]
Matt Raible - 10/Mar/07 06:49 PM
It should be created by the hibernate3 plugin and populated by dbunit. What happens if you run "dbunit:operation"?
So mvn dbunit:operation fails. The output is attached.
Chris This is maven output with debug on. Which pom files do you want too see? This is happening with the appfuse source as well, and I do not believe that I have made any changes too the pom file.
Moving to future release. I suggesting using the following workaround in the meantime:
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; |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||