maven « MySQL « JPA Q&A





1. JPA, MySQL, Hibernate & Maven Skeleton    stackoverflow.com

I've been trying to get a simple skeleton app to run (and commit to the DB) using JPA, MySQL, Hibernate & Maven, however I'm having problems. Listed below are my 2 trivial ...

2. MySQL, Maven, Hibernate, MacOSX - Authentication    coderanch.com

Hi, I'm trying to get a project working with the above. When I run the hibernate3:hbm2cfgxml goal, I get two stack traces: The topline of the first is: 'org.hibernate.exception.GenericJDBCException: Getting database metadata' The topline of the second is: 'Caused by: java.sql.SQLException: Access denied for user 'rogergraham'@'localhost' (using password: YES)' I do not understand what to put for hibernate.connection.username and hibernate.connection.password. I ...