The point is that we create a brand new database (empty), we deploying using "-P all" and for some reason the database is already filled with some test data.
We see that there are already some connectors configured, some roles and moreover some users like "*Verdi*", "*Rossini*" and "*Vivaldi*" that we don't understand where they are coming from. We don't think that this is the expected behavior, could you please advise? Thanks On 02/02/2017 12:25, Francesco Chicchiriccò wrote: > 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/
