Hello,
I just installed syncope on a tomcat 7 environment and am trying to
sync user attributes FROM a resource TO Syncope using DBTable MYSQL
connector, but task execution doesnt update/create any user.
Through core-connid.log I see that the connection could be established
and schema is created, and no errors appear on other logs!
core-connid.log:
10:18:09.535 DEBUG Enter: validate() Method: validate
10:18:09.548 INFO Validate DatabaseTableConfiguration Method: validate
10:18:09.549 INFO Validate driver configuration. Method: validate
10:18:09.551 DEBUG Driver configuration is ok Method: validate
10:18:09.650 DEBUG Configuration is valid Method: validate
10:18:09.651 DEBUG Return: null Method: validate
10:18:09.653 DEBUG Enter: schema() Method: schema
10:18:09.657 INFO checkAlive DatabaseTable connector Method: checkAlive
10:18:09.659 INFO valid connection query is empty, test connection
using default Method: test
10:18:09.664 DEBUG connection tested Method: test
10:18:09.666 DEBUG checkAlive DatabaseTable connector ok Method:
checkAlive
10:18:09.667 DEBUG schema Method: schema
10:18:09.682 DEBUG Return: <Schema>
<ObjectClassInfos>
<ObjectClassInfo type='__ACCOUNT__' container='false'>
<AttributeInfos>
...
Any help appreciated..