Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
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 *

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
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*"

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Francesco Chicchiriccò
On 02/02/2017 14:27, Tech wrote: 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

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Francesco Chicchiriccò
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 *

Re: Admin user interface - custom fields order

2017-02-02 Thread andrea
Hi, In addition to what said yesterday starting from version 2.0.3 (currently SNAPSHOT) you can refer to [5] to add, remove, edit USER attributes sorting strategies. Best regards, Andrea [5]

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
Apparently is working: we modified the pom.xml in common/core/console/enduser removing the references to the test, we modified the core/src/test/resources file replacing the one present into the "main". We redeployed and for now it looks ok. Thank you On 02/02/2017 14:33, Francesco