hello,

i'am use a wildfly 14 webserver and a h2 database in memory mode. Now I 
will create a "linked table" to an postgressql DB. Is this not possible 
when h2 is in memory mode and running on wildfly?

PostgresSQL Jar is added on wildfly modules and although in the war. 

create command:

CREATE LINKED TABLE PgLink('java.sql.Driver',
'jdbc:postgresql://191.168.xxx.xxx/testdb','test','test','std_test')

exception which is thrown: org.h2.jdbc.JdbcSQLException: No suitable driver 
found for jdbc:postgresql

What i'am missing or is it not possible to create a link to postgres?

greeting Lucy

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/94b855ff-4411-4de1-b8d9-8c29048a48c9%40googlegroups.com.

Reply via email to