Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
Thanks, it was that ! I missed the mysql driverClass in the dataSource. Strange that with tomcat 6.0.33 i haven't the problem. > its about the driveru have to provide the correct driver available > for connection > for eg > > com.mysql.jdbc.Driver > > and the url for connection -- View this

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
Hello, I have the same issue with c3p0 0.9.1.2. Even if i put the mysql-connector inside the webapp (instead of CATALINA_HOME/lib), the issue appears. I also tried to put both c3p0 and mysql-connector in CATALINA_HOME/lib but the same problem occurs. There is no issue when using tomcat 6.0.33. I