On 02/02/2017 12:21, Tech wrote:

Dear experts,

we would like to deploy syncope 2.0.2 using the workflows.

We are using this command:

  * mvn -P all clean verify -Dconf.directory=/opt/syncope/conf
    -Dbundles.directory=/opt/syncope/bundles
    -Dlog.directory=/opt/syncope/log

In the

  * core/src/main/resources/all/provisioning.properties and
  * core/src/main/resources/provisioning.properties

we configured

  * quartz.sql=tables_mariadb.sql

and in the

  * core/src/main/resources/domain/Master.properties

we configured our MariaDB, but we are still pointing to the H2, while deploying without the option "-P all" we can correctly point to our MariaDB.

Is there any other parameter that we should configure?

If you want to use, in the application deployed into the external Java EE container (for example)

core/src/main/resources/all/provisioning.properties
core/src/main/resources/all/workflow.properties

instead of

core/src/main/resources/provisioning.properties
core/src/main/resources/workflow.properties

you will need to copy

core/src/main/resources/all/provisioning.properties
core/src/main/resources/all/workflow.properties

to /opt/syncope/conf, as you have configured such directory to be the source for configuration.

HTH
Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

Reply via email to