[
https://issues.apache.org/jira/browse/SYNCOPE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13720638#comment-13720638
]
Francesco Chicchiriccò edited comment on SYNCOPE-285 at 7/26/13 10:45 AM:
--------------------------------------------------------------------------
Forgive me for my CXF ignorance, but I think that the problem arises with
@GET
@Path("{taskId}")
<T extends AbstractTaskTO> T read(@PathParam("taskId") Long taskId);
and (if it was mapped this way)
@GET
@Path("{type}")
<T extends AbstractTaskTO> List<T> list(@PathParam("type") TaskType
taskType);
(since it also occurs in PolicyService with similar methods) - am I wrong?
was (Author: ilgrosso):
Forgive me for my CXF ignorance, but I think that the problem arises with
@GET
@Path("{taskId}")
<T extends AbstractTaskTO> T read(@PathParam("taskId") Long taskId);
and
@GET
@Path("{type}/list")
<T extends AbstractTaskTO> List<T> list(@PathParam("type") TaskType
taskType);
(since it also occurs in PolicyService with similar methods) - am I wrong?
> Complete CXF migration
> ----------------------
>
> Key: SYNCOPE-285
> URL: https://issues.apache.org/jira/browse/SYNCOPE-285
> Project: Syncope
> Issue Type: Bug
> Reporter: Francesco Chicchiriccò
> Fix For: 1.2.0
>
>
> Complete the migration to Apache CXF.
--
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