[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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?

---
James
http://www.nabble.com/EclipseLink---Users-f26658.html