I am trying to use DBeaver with a custom build JDBC driver for a new BI database. I added the custom jars in the driver list, DBeaver found the driver in the JAR but whenever I try to open a connection to the database I have the following error:
org.jkiss.dbeaver.model.exec.DBCException: Bad Url: jdbc:stormbase:DB-IP:DB-port (where DB-IP and DB-PORT correspond to my server

I have configured the JDBC URL correctly (I think):
jdbc:stormbase:{host}:{port}
The driver works fine if I use SQuirrel or if I use it in JAVA directly.
I though it was possible to add new driver into DBeaver. Did I miss a step?
Thanks a lot for your feedback.