I have a strange problem. When I created the file context.xml in META-INF, I named it contex.xml. I have a Spring project based on Maven and I use Eclipse. I have cleaned in many different way (Project menu > Clean, mvn clean install, clean/change of the server, etc.). Now I have the famous error :
Cannot create JDBC driver of class '' for connect URL 'null'
java.sql.SQLException: No suitable driver
I am soneone very rigourous and this contex.xml kills me.
Do anyone have an idea of what to do to solve this problem ?
Thanks