regarding
http://groups.google.com/group/h2-database/browse_thread/thread/5d1b71a0bc278421/91d42bc98370e0d8?lnk=gst&q=no+suitable+driver#91d42bc98370e0d8
I also get the no suitable driver error. I have just come from HSQLDB
and Derby both working, and the Class.forName("org.h2.Driver"); works
fine.
Here's the stack trace:
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.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager
(DriverManagerDataSource.java:174)
at
org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver
(DriverManagerDataSource.java:165)
at
org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver
(AbstractDriverBasedDataSource.java:149)
at
org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection
(AbstractDriverBasedDataSource.java:119)
at DbUnitUtility.populateDefaultData(DbUnitUtility.java:40)
... 40 more
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---