You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "sanmitra ijeri (JIRA)" <ji...@apache.org> on 2015/03/12 13:43:39 UTC

[jira] [Updated] (CXF-6290) Unable to send Date as a param in a POST call

     [ https://issues.apache.org/jira/browse/CXF-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sanmitra ijeri updated CXF-6290:
--------------------------------
    Description: 
@POST
@Path("/getPlayers")
@Produces("application/json")
public List<Player> 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.



  was:
@POST
@Path("/getPlayers")
@Produces("application/json")
@Description("Testing whether date is recieved correctly by server")
public List<Player> 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.




> 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
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> @POST
> @Path("/getPlayers")
> @Produces("application/json")
> public List<Player> 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)