Re: Any tutorials?

2017-08-30 Thread Sergio Muriel
Tuesday, August 29, 2017 11:50 PM To: user@syncope.apache.org Subject: Re: Any tutorials? On 29/08/2017 22:26, Sergio Muriel wrote: Aha! I was having this exception: Could not load JDBC driver class [org.postgresql.Driver] Then I solved it with: CATALINA_HOME/lib/postgresql-42.1.4.jar Of course.

Re: Any tutorials?

2017-08-29 Thread Sergio Muriel
, Sergio Muriel From: ilgrosso <ilgro...@apache.org> Sent: Tuesday, August 29, 2017 2:52 AM To: user@syncope.apache.org Subject: Re: Any tutorials? >From my project root I ran: mvn clean verify -Dconf.directory=/opt/syncope/conf -Dbundles.directory=/op

Re: Any tutorials?

2017-08-29 Thread ilgrosso
894.n5.nabble.com/Any-tutorials-tp5709363p5709429.html Sent from the syncope-user mailing list archive at Nabble.com.

Re: Any tutorials?

2017-08-28 Thread Sergio Muriel
ied with both 8080 and 9080 on these files: CATALINA_HOME\conf\server.xml ( Sent: Friday, August 25, 2017 1:36 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 24/08/2017 21:29, Sergio Muriel wrote: I have followed the steps as you (and the guide) mention, nevertheless I ran into this prob

Re: Any tutorials?

2017-08-25 Thread Francesco Chicchiriccò
://syncope.apache.org/issue-tracking.html Regards. *From:* Francesco Chicchiriccò <ilgro...@apache.org> *Sent:* Thursday, August 24, 2017 2:26 AM *To:* user@syncope.apache.org *Subject:* Re: Any tutorials? On 23/08/2017 18:53, Sergio Muriel wrote: Don't worry! Actually this solution for em

Re: Any tutorials?

2017-08-24 Thread Sergio Muriel
org> Sent: Thursday, August 24, 2017 2:26 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 23/08/2017 18:53, Sergio Muriel wrote: Don't worry! Actually this solution for embedded mode works like a charm!! Thank you!! Good to hear this :-) On the other hand, I'm having an issue w

Re: Any tutorials?

2017-08-23 Thread Sergio Muriel
; Sent: Tuesday, August 22, 2017 10:33 AM To: user@syncope.apache.org Subject: Re: Any tutorials? Hi Sergio, sorry, my bad. You need to: 1. declare the JDBC driver dependency in enduser/pom.xml (not core/pom.xml as said initially), as follows: mysql mysql-connecto

Re: Any tutorials?

2017-08-22 Thread Francesco Chicchiriccò
ust 20, 2017 1:02 AM *To:* user@syncope.apache.org *Subject:* Re: Any tutorials? On 2017-08-20 01:20 Sergio Muriel wrote: > Although I can see now the drivers in: > > core/target/syncope/WEB-INF/lib/mssql-jdbc-6.1.0.jre8.jar > > core/target/syncope/WEB-INF/lib/mysql-connector-java-5.1.4

Re: Any tutorials?

2017-08-21 Thread Sergio Muriel
: user@syncope.apache.org Subject: Re: Any tutorials? On 2017-08-20 01:20 Sergio Muriel wrote: > Although I can see now the drivers in: > > core/target/syncope/WEB-INF/lib/mssql-jdbc-6.1.0.jre8.jar > > core/target/syncope/WEB-INF/lib/mysql-connector-java-5.1.42.jar > >

Re: Any tutorials?

2017-08-20 Thread Francesco Chicchiriccò
e.org> SENT: Saturday, August 19, 2017 7:39 AM TO: user@syncope.apache.org SUBJECT: Re: Any tutorials? Hi Sergio, about some points below: First point about AnyTypeClasses worked flawlessly. (Although I'm still trying to figure out why I cannot reuse those schemata pre-loaded there). The p

Re: Any tutorials?

2017-08-19 Thread Sergio Muriel
__ From: Francesco Chicchiriccò <ilgro...@apache.org> Sent: Saturday, August 19, 2017 7:39 AM To: user@syncope.apache.org Subject: Re: Any tutorials? Hi Sergio, about some points below: > First point about AnyTypeClasses worked flawlessly. (Although I'm still trying > to fi

Re: Any tutorials?

2017-08-19 Thread Francesco Chicchiriccò
ctory, execute: > mvn -P embedded,all" > Is it okay? > [1] https://syncope.apache.org/docs/getting-started.html > From: Sergio Muriel <sergio...@hotmail.com> > Sent: Friday, August 18, 2017 3:06 PM > To: user@syncope.apache.org > Subject: Re: Any tutorials? > Hi

Re: Any tutorials?

2017-08-18 Thread Sergio Muriel
from the enduser subdirectory, execute: mvn -P embedded,all" Is it okay? [1] https://syncope.apache.org/docs/getting-started.html From: Sergio Muriel <sergio...@hotmail.com> Sent: Friday, August 18, 2017 3:06 PM To: user@syncope.apache.org Subject: Re: Any

Re: Any tutorials?

2017-08-18 Thread Sergio Muriel
ppreciated. Thank you! Best Regards, Sergio From: Francesco Chicchiriccò <ilgro...@apache.org> Sent: Friday, August 18, 2017 1:32 AM To: user@syncope.apache.org Subject: Re: Any tutorials? Hi Sergio, see my replies embedded below. Regards. On 17/08/20

Re: Any tutorials?

2017-08-18 Thread Francesco Chicchiriccò
ed. Sergio *From:* Francesco Chicchiriccò <ilgro...@apache.org> *Sent:* Friday, August 11, 2017 5:14 AM *To:* user@syncope.apache.org *Subject:* Re: Any tutorials? On 10/08/2017 19:16, Sergio Muriel wrote: Hi, does anyone know about any easy to follow Syncope tutorials or

Re: Any tutorials?

2017-08-17 Thread Sergio Muriel
clue of what I'm doing wrong here? Your help is very appreciated. Sergio From: Francesco Chicchiriccò <ilgro...@apache.org> Sent: Friday, August 11, 2017 5:14 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 10/08/2017 19:16, Sergio Muriel

Re: Any tutorials?

2017-08-11 Thread Francesco Chicchiriccò
On 10/08/2017 19:16, Sergio Muriel wrote: Hi, does anyone know about any easy to follow Syncope tutorials or documentation? I have been reading the reference guide but I find it hard to follow. This is what I need to do: Synchronize

Any tutorials?

2017-08-10 Thread Sergio Muriel
Hi, does anyone know about any easy to follow Syncope tutorials or documentation? I have been reading the reference guide but I find it hard to follow. This is what I need to do: Synchronize db2db fields, web service to web service and