Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 845B910BA7 for ; Sun, 15 Mar 2015 18:27:38 +0000 (UTC) Received: (qmail 80292 invoked by uid 500); 15 Mar 2015 18:27:38 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 80241 invoked by uid 500); 15 Mar 2015 18:27:38 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 80229 invoked by uid 99); 15 Mar 2015 18:27:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2015 18:27:38 +0000 Date: Sun, 15 Mar 2015 18:27:38 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6290) Unable to send Date as a param in a POST call MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362484#comment-14362484 ] Sergey Beryozkin commented on CXF-6290: --------------------------------------- It is the 1st line in the migration text, http://cxf.apache.org/docs/jax-rs.html#JAX-RS-FromCXF2.7.xtoCXF3.0.0 > Unable to send Date as a param in a POST call > --------------------------------------------- > > Key: CXF-6290 > URL: https://issues.apache.org/jira/browse/CXF-6290 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 3.0.0 > Reporter: sanmitra ijeri > Fix For: Invalid > > Original Estimate: 96h > Remaining Estimate: 96h > > @POST > @Path("/getPlayers") > @Produces("application/json") > public List getPlayers(@FormParam("birthDate") Date birthDate) throws Exception; > If I make birthDate as string this works, but Date does not work. What am I missing ? This works in CXF 2.6.0 though but not in cxf 3.0.0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)