maven « JDBC « JPA Q&A





1. JPA, Maven and MySQL. Configuration error. Class [com.mysql.jdbc.Driver] not found    stackoverflow.com

SOLVED: 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 :

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   ...

2. Maven -> Hibernate -> ENVERS -> JPA Is this possible?    java-forums.org

Hi, 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 ...