org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure HHH000342: Could not obtain connection to query metadata : Cannot load JDBC driver class 'com.postgresql.jdbc.Driver'
I'm getting this warning while starting my application, can you help me how to solve it? It's WARN, no error or exception. (it is in my maven,spring,hibernate application), i have exceptions when i want to access my database via hibernate, but i'm not sure if this is causing the problem, thanks.
project structure -> artifacts -> <yourAppName:war exploded> -> output layout tab -> WEB-INF -> liband check if you have there in the lib folder all the dependencies from pom.xml. I don't know why this folder wasn't being updated by Maven. Here is the location where all your jars should be ( as stated in the accepted answer). Maybe I've, like you have, missed a configuration or something