James Flemer created SYNCOPE-352:
------------------------------------
Summary: No connectors available on clean install
Key: SYNCOPE-352
URL: https://issues.apache.org/jira/browse/SYNCOPE-352
Project: Syncope
Issue Type: Bug
Components: core
Affects Versions: 1.1.0
Environment: RHEL6.4 / Tomcat 6.0.24 / java version "1.7.0_09-icedtea"
Reporter: James Flemer
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.
{code}
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"
{code}
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira