Hello,
We are trying to deploy Syncope v2.0.1 into a Tomcat 8 AS. Package is built using latest version of Maven. We are using latest Postgres-XL as DB container via JDBC connector. All settings are done as reference guide. Since XL's "CREATE TABLE" logica is different from classic Postgres, we need to specify how tables will be distributed into datanodes, otherwise we get an error during constraints initialization (Postgres-XL's distribution table is by HASH default). Inspecting .WAR files I just found and edited audit & quartz SQL instructions, but i can't find main tables ones. Can you point me to the right direction? Thank you for your support. Alessio
