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 - 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 Any idea why I don't have connectors? cheers, F.
