> application with a H2 db it tells me NO SUITABLE DRIVER
You probably don't have the h2*.jar file in your class path. Could you
check if the jar file is in the class path by calling
Class.forName("org.h2.Driver"); in your application?
Regards,
Thomas