You might want to make sure you don't have duplicate jdbc.properties (and hibernate.cfg.xml files for that matter) in your project. I noticed a bug yesterday where these files ended up in src/test/resources, and they were already in src/main/resources. If you find this is the problem, please enter a bug for it.
Matt On 5/25/07, Ömer Başar <[EMAIL PROTECTED]> wrote:
Hi Matt, I migrated to 2.0-M5. I run the command [mvn appfuse:full-source] and get the sources successfully. When I run [mvn test] it fails because it cannot connect to the database. The question is [mvn test] looks somewhere else than pom.xml for username and password. Because I changed the default username and password, but it still gets root (with no password). When I change the the password of [root] to "" in the database, everything works fine. I am using [mysql] Any suggestions? Thanks. -- View this message in context: http://www.nabble.com/-mvn-test--jdbc.password---jdbc.username-tf3814583s2369.html#a10798136 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
