1. JPA, Maven and MySQL. Configuration error. Class [com.mysql.jdbc.Driver] not found stackoverflow.comSOLVED: just put mysql-connector-java-5.1.x.jar inside JAVA_HOME\jre\lib\ext. hello all, i'm just starting build a demo apps that used maven, mysql and JPA and this is my code : pom.xml :
|
2. Maven -> Hibernate -> ENVERS -> JPA Is this possible? java-forums.orgHi, I'm using Maven to create my project, after creating my BD Schema using POJOs I wanted to implement Audit Trail to my project, that's when I found out about ENVERS. Everything is fine, except that I want to know Who and When someone created or edited something, I've found lots and lots of tutorials on the net for this. After ... |