I have created a project in appfuse. I've changed the data in my jdbc.properties file and when I run the command jetty:run, it created my database and appfuse tables like app_user but after that it gets an "BUILD FAILURE" and it returns an error like this:
Failed to execute goal org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3:operation
(test-compile) on project myproject: Error executing database operation:
CLEAN_INSERT: Access denied for user 'root'@'localhost' (using password: NO)
I'd try changing the properties in your
pom.xml. These are used for DbUnit and properties substitution injdbc.properties.