Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-27 Thread Davide Grandi
works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:sampledb;create=true         at java.sql

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-26 Thread Russell Bateman
perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:sampledb;create=true         at java.sql.DriverManager.getConnection(DriverM

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-26 Thread Davide Grandi
requiring a running server or dæmon, etc.). It all works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:samp

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-26 Thread Russell Bateman
ant to use Derby _in-memory_ backing some unit test cases that need a database (not requiring a running server or dæmon, etc.). It all works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLEx

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-26 Thread Rick Hillegas
owever, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:sampledb;create=true         at java.sql.DriverManager.getConnection(DriverManager.java:689)  

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-25 Thread Russell Bateman
   I only want to use Derby _in-memory_ backing some unit test cases that need a database (not requiring a running server or dæmon, etc.). It all works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-25 Thread Russell Bateman
ne (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:sampledb;create=true         at java.sql.DriverManager.getConnection(DriverManager.java:689)         at java.sql.DriverManager.getConnection(DriverManager.java:247)         at co

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-25 Thread Rick Hillegas
r dæmon, etc.). It all works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no solution:    java.sql.SQLException: No suitable driver found for    jdbc:derby:memory:sampledb;create=true         at

java.sql.SQLException: No suitable driver found for jdbc:derby:memory:sampledb;create=true

2020-06-25 Thread Russell Bateman
I only want to use Derby _in-memory_ backing some unit test cases that need a database (not requiring a running server or dæmon, etc.). It all works perfectly inside IntelliJ IDEA. However, when I build from the command line (mvn clean package), I see this and can find no so