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

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

Malte Gessner created CXF-5452:
----------------------------------

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


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)