Details
Description
On a clean install (new project from syncope archetype) using a local bundle directory, the create connector page has an empty drop down for connector location.
mvn archetype:generate -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=... -DarchetypeVersion=1.1.0 ... mvn package -Dlog.directory=/var/log/syncope -Dconnid.location="file:/opt/syncope/bundles"
It seems that if a valid connector (ConnInstance) is in the initial content.xml, then the connectors actually get populated. But if there are none, it doesn't.
By the way, it might be good to group ConnIdBundleManager into the core-connid.log in the default logback.xml.