[
https://issues.apache.org/jira/browse/SYNCOPE-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631732#comment-13631732
]
Hudson commented on SYNCOPE-358:
--------------------------------
Integrated in Syncope-1_1_X #16 (See
[https://builds.apache.org/job/Syncope-1_1_X/16/])
[SYNCOPE-358] Applying JAX-RS annotation change to
ConnectorService#readByResource and reverting changes to ConnInstanceTestITCase
(Revision 1467953)
[SYNCOPE-358] Fixing typo QueryResourceInfoComperator instead of
QueryResourceInfoComperator (Revision 1467948)
Result = SUCCESS
ilgrosso :
Files :
*
/syncope/branches/1_1_X/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java
*
/syncope/branches/1_1_X/core/src/test/java/org/apache/syncope/core/rest/ConnInstanceTestITCase.java
ilgrosso :
Files :
*
/syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/rest/utils/QueryResourceInfoComparator.java
*
/syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/rest/utils/QueryResourceInfoComperator.java
* /syncope/branches/1_1_X/core/src/main/resources/restContext.xml
> ConnectorService#list invocation with null parameter actually calls
> ConnectorService#readByResource
> ---------------------------------------------------------------------------------------------------
>
> Key: SYNCOPE-358
> URL: https://issues.apache.org/jira/browse/SYNCOPE-358
> Project: Syncope
> Issue Type: Bug
> Components: client, common, core
> Affects Versions: 1.1.0
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Fix For: 1.1.1, 1.2.0
>
>
> As discussed in mailing list [1], this can be fixed by changing
> @GET
> ConnInstanceTO readByResource(@MatrixParam("resourceName") String
> resourceName);
> into
> @GET
> @Path("byResource/{resourceName}")
> ConnInstanceTO readByResource(@PathParam("resourceName") String
> resourceName);
> [1]
> http://syncope-dev.1063484.n5.nabble.com/DISCUSS-ConnectorService-Java-7-and-MatrixParam-tt5713486.html
--
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