What do you mean by "not working"?
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/_oBpeGXP7A0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+un...@googlegroups.com.
I suspect you're not telling us something
You seem to have configured the postgres driver in an attempt to connect to a mssql database connect string, but the error shows your trying to use the hypersonic database driver
org.hsqldb.jdbcDriver
Even this driver, I'm getting the same error.. Could you help me to specify the correct config details how to connect to Microsoft sql server using JDBC persistor 2.1.2?
Thanks for your help.
Never used mssql so I don't have an example.
Set the driver name to the jdbc driver for mssql (not hypersonic, not postgres, but the actual driver for your database)
Make sure the jar containing that driver is on your classpath
It should just work