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

Hudson commented on SYNCOPE-343:
--------------------------------

Integrated in Syncope-trunk #170 (See 
[https://builds.apache.org/job/Syncope-trunk/170/])
    [SYNCOPE-343] Introduced a dedicated handler for (possibly empty) string 
collections (Revision 1459902)

     Result = SUCCESS
ilgrosso : 
Files : 
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ConfigurationServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/PolicyServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ReportServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ResourceServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/SchemaServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/SpringServiceProxy.java
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/TaskServiceProxy.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/util/CollectionWrapper.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/AuthRestClient.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/PolicyRestClient.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ImplementationClassNamesLoader.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/PolicyController.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ConfigurationServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/PolicyServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/sync/SyncCorrelationRule.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/sync/SyncRule.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/sync/impl/SyncopeSyncResultHandler.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/AttributableUtil.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/PolicyTestITCase.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/sync/TestSyncRule.java

                
> REST methods returning implementation classes might fail when there are no 
> available
> ------------------------------------------------------------------------------------
>
>                 Key: SYNCOPE-343
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-343
>             Project: Syncope
>          Issue Type: Bug
>          Components: client, core
>    Affects Versions: 1.1.0
>         Environment: Spring MVC
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> There are some REST methods (PolicyController#getCorrelationRuleClasses or 
> TaskController#getJobClasses) returning Set<String> containing the names of 
> classes implementing a specific interface.
> Such methods are called by the admin console, for example, when defining a 
> new policy or a new task.
> In case there are no custom implementation provided (this happens for 
> SyncRule, currently), an exception is logged:
> org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance 
> of MyObject  out of START_ARRAY token
> This problem does not affect CXF services since in that case the class names 
> are wrapped in specific transfer objects.

--
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

Reply via email to