| [news.eclipse.rt.eclipselink] Re: Thrown exceptions are useless |
Not sure what you mean, the cause is in your stack,
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:545)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:97)
.. 32 more
This is the exception being thrown by java.sql.DriverManager, it means that you have no registered JDBC driver for the URL you are using. Did you set the driver-class?