You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/12/11 13:11:07 UTC

[jira] [Resolved] (CXF-5452) JAX-RS Client: post method call doesn't send data.

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

Sergey Beryozkin resolved CXF-5452.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.9
                   3.0.0-milestone2
         Assignee: Sergey Beryozkin

> JAX-RS Client: post method call doesn't send data.
> --------------------------------------------------
>
>                 Key: CXF-5452
>                 URL: https://issues.apache.org/jira/browse/CXF-5452
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.0-milestone1
>            Reporter: Malte Gessner
>            Assignee: Sergey Beryozkin
>             Fix For: 3.0.0-milestone2, 2.7.9
>
>
> When i use the org.apache.cxf.jaxrs.client.WebClient.SyncInvokerImpl.post(entity, genericType) method, the post entity data is not submitted to the server.
> I miss the entity in the delegated method() call.
>         @Override
>         public <T> T post(Entity<?> entity, GenericType<T> genericType) {
>             return method(HttpMethod.POST, genericType);
>         }



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)