On 10/02/2014 12:04, Frizz wrote:
Hi there,
I'd like to synchronize user data into Apache Syncope using a Connector (DB for first tests, later LDAP).

Unfortunately no connectors are visible in the Syncope Web Console

When I go to "Resources" -> "Connectors" -> "Create new connector" a new window "Connectors" pops up with Display name, Location, Name, Version, Request timeout. Unfortunately there are now connectors to choose. The drop down boxes for Location, Name, etc. are all empty.

What I did:

- core/pom.xml:
added dependency org.connid.bundles.db
added org.connid.bundles.db to maven-dependency-plugin

Don't do this.
DB and LDAP bundles are included by default.

- core/src/main/resources/connid.properties
connid.locations=file:///D:/syncope/bundles

D:/syncope/bundles has org.connid.bundles.db.table-2.1.5.jar, org.connid.bundles.ldap-1.3.6.jar, etc.

- mvn clean package + deployed to Tomcat

Don't touch connid.properties (keep it as generated by Maven archetype) and then build with

mvn clean package -Dbundles.directory=D:/syncope/bundles -Dlog.directory=D:/syncope/log

as suggested by [2].

HTH
Regards.

[1] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-Buildanddeploy

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PPMC
http://people.apache.org/~ilgrosso/

Reply via email to