You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Nicola Baiocco (JIRA)" <ji...@apache.org> on 2014/10/21 14:54:33 UTC

[jira] [Commented] (SYNCOPE-572) overridable resource connector properties cannot be changed

    [ https://issues.apache.org/jira/browse/SYNCOPE-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178359#comment-14178359 ] 

Nicola Baiocco commented on SYNCOPE-572:
----------------------------------------

For the same problem "check connection" functionality in resource detail does not work properly, it seems that form model never recieves update.

I've controlled ResourceTO in common module and I see that setter method for connectorConfProperties was removed (in version 1.1.8 exists):
{code}
    public void setConnectorConfigurationProperties(final Set<ConnConfProperty> connConfProperties) {
        this.connConfProperties = connConfProperties;
    }
{code}

Hope this helps.

> overridable resource connector properties cannot be changed
> -----------------------------------------------------------
>
>                 Key: SYNCOPE-572
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-572
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 1.2.0
>            Reporter: Nicola Baiocco
>
> Steps to reproduce:
> 1) create a new connector with overridable properties;
> 2) create a new resource with the given connector and save;
> 3) edit the above resource, update connector configuration (change some value) and save;
> Resource connector configuration is not updated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)