Hi :
Im trying to get hibernate up and running and am having a problem
with the jboss plugin .
I keep getting the following error :
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass (com.jdbc.mysql.Driver)
java.lang.ClassNotFoundException: com.jdbc.mysql.Driver
java.lang.ClassNotFoundException: com.jdbc.mysql.Driver
I have not only included the jar directly in the eclipse project - but also added to the eclipse class path. Please help !
If youre wondering the particular methodology Im using, I have replicated section 3.3 of the following tutorial :
http://www.hibernate.org/hib_docs/tools ... ugins.html