Description
There is an error in Syncope 1.1.1 when creating a new Connector. If you "Check Configuration" before saving, you will get an error. The logs say:
SEVERE: Servlet.service() for servlet [syncope-core-rest] in context with path [/syncope] threw exception [Request processing failed; nested exception is org.apache.syncope.common.validation.SyncopeClientCompositeErrorException:
{[RequiredValuesMissing [connectorname]]}] with root causeorg.apache.syncope.common.validation.SyncopeClientCompositeErrorException: {[RequiredValuesMissing [connectorname]]}
at org.apache.syncope.core.rest.data.ConnInstanceDataBinder.getConnInstance(ConnInstanceDataBinder.java:83)
A valid name is present. If you click "Save" and then edit it again + try to check the connection again, it works. I'm pretty sure this is a regression. Confirmed with both the LDAP + DB Connectors.