LSIR / gsn

Global Sensor Networks
GNU General Public License v3.0
58 stars 43 forks source link

h2 database gets initiliazed during startup event though not specified in gsn.xml file #70

Closed varks closed 8 years ago

varks commented 8 years ago

Hi ,

I notice that h2 jdbc driver gets loaded during startup even though it is not specified in conf/gsn.xml file. I assume h2 is being used in postgres mode. Is there a way to disable this ? This is preventing me from using specific postgres extensions like jsonb.

A workaround will be helpful.

Thanks,