Description
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
ERROR org.apache.cxf.jaxrs.utils.InjectionUtils - Class java.util.Date can not be instantiated using a constructor with a single String argument
This likely means that org.apache.syncope.common.rest.api.DateParamConverterProvider is not involved.