You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/19 12:00:35 UTC

[jira] [Commented] (SYNCOPE-782) DateParamConverterProvider not working with Widlfly 9

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

ASF subversion and git services commented on SYNCOPE-782:
---------------------------------------------------------

Commit 282a19baac7a21127c6c3c86bed5c8a4e8018aa0 in syncope's branch refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=282a19b ]

Tests alla green with Wildfly 9 - except for SYNCOPE-782


> DateParamConverterProvider not working with Widlfly 9
> -----------------------------------------------------
>
>                 Key: SYNCOPE-782
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-782
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.0-M2
>         Environment: Wildfly 9
>            Reporter: Francesco Chicchiriccò
>              Labels: cxf
>             Fix For: 2.0.0
>
>
> It seems that {{org.apache.syncope.common.rest.api.DateParamConverterProvider}} is not taken into account when deploying into Wildfly 9.
> As a result, {{SchedTaskITCase#deferred}} and {{ReportITCase#deleteExecutions}} fail because the REST endpoint is not matched by CXF (the reported failure is {{NotFoundException}}).
> On the log the reported message is
> {code}
> ERROR org.apache.cxf.jaxrs.utils.InjectionUtils - Class java.util.Date can not be instantiated using a constructor with a single String argument
> {code}
> This likely means that {{org.apache.syncope.common.rest.api.DateParamConverterProvider}} is not involved.



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