You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2016/03/19 11:59:33 UTC

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

Francesco Chicchiriccò created SYNCOPE-782:
----------------------------------------------

             Summary: 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ò
             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)