I'm extremely new to Hibernate. I posted a question before and it turns out the actual tutorial has bugs in it. But I thought I had straightened those things out. Anyway I am this part of the tutorial. When I do everything as it states before and get up to this point where you execute the line of code that says:
mvn exec:java -Dexec.mainClass="org.hibernate.tutorial.EventManager" -Dexec.args="store"
When I run that in cmd prompt inside of the correct folder: in my scenario the root folder is called test. I get the following error:
No suitable driver found for jdbc:hsqldb:mem:testdb
I am using only Maven and Hibernate. I am not using any IDE for this either. If I dont already have a db is one created for me?
Apparently no driver is found for the hsqldb which doesn't make sense to me.
I've included a ss
Edit: Included the pom.xml http://www.jamesendres.com/pom.xml
Edit 2: Included the entire project http://www.jamesendres.com/test.rar