RE: "No suitable driver found"

2009-04-13 Thread Caldarale, Charles R
> From: John Cartwright [mailto:john.c.cartwri...@noaa.gov] > Subject: JSP: "No suitable driver found" > > DataSource invalid: "java.sql.SQLException: > No suitable driver found for ${myDS}" The presence of the ${} in the message is certainly rather odd. This is not likely to be related, but y

RE: No Suitable Driver

2006-05-16 Thread Tim Lucia
That message indicates a class not found problem. So, for the connection string (URL), and more specifically, the jdbc:mysql: portion of it, no driver was registered or the specified driver 9if registered) was not found. I.e., the "mysql" portion needs somehow to be registered with the driver clas