Hi, Today I did a fresh build of Syncope 1.1.0. Before I started the build, I added the connid.properties file to my source tree, with a file://<my-dir> value for connid.locations property.
I dropped my database in MySql and created a new schema/database, so I start with a clean installation. Deployment of the core and console is running without any problems. But when trying to configure a new connector, no connectors are loaded from the bundles directory. The location field is empty in the create connector dialog, and as you already suspect, the name listbox is also empty. When debugging the application, I do not find a call to ConnIdBundleManager.initLocal being performed. This could of course have something to do with my debugger, and environment. Furthermore I do not see any debug line from getConnManagers() method. I followed the instructions on: https://cwiki.apache.org/confluence/display/SYNCOPE/Configure+ConnId+locationsfor the connid.properties file. What am I doing wrong? Thanks in advance for your help. Regards, Ernst
