a.) Ok I will try these steps hoping it'll fix my problem and will update you
afterwards. 
Thanks!

b.)The update on docs seems pretty good to me but is it ok not to specify
the context.xml configuration[1] inside tomcat conf folder as well as adding
of mysql connector jar in tomcat lib folder? Just a suggestion but you can
just disregard it if you dont want :) Always glad to help! 

[1]Add the following inside context.xml file:

jpa.driverClassName=com.mysql.jdbc.Driver
jpa.url=jdbc:mysql://localhost:3306/syncope?characterEncoding=UTF-8
jpa.username=syncope (depends on your mysql username)
jpa.password=syncope (depends on your mysql password)
jpa.dialect=org.apache.openjpa.jdbc.sql.MySQLDictionary
jpa.pool.validationQuery=SELECT 1
#note: other connection pool settings can also be configured here, see
persistenceContext.xml
quartz.jobstore=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
quartz.sql=tables_mysql_innodb.sql
audit.sql=audit_mysql_innodb.sql
database.schema= 




--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to