Hi, I'm trying to setup an eclipse JPA project using hibernate, following this tutorial:
http://mftltd.com/java/eclipsearticles/jpa/usinghibernate.html In step 4 of this tutorial it tells me that I need to define an implementation library for hibernate. Is it possible to do this using m2eclipse/maven? Or will I need to manually locate all the jars in my local maven repository and add them to this user library so that the JPA tool is satisfied? Cheers. Murray
