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 2010/11/15 18:44:15 UTC

[jira] Updated: (CXF-3124) Accessing HTTPConduit in the CXF JAXRS client code requires the cxf-rt-transports-http-jetty dependency

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

Sergey Beryozkin updated CXF-3124:
----------------------------------

    Component/s:     (was: Samples)
                 OtherDatabindings
        Summary: Accessing HTTPConduit in the CXF JAXRS client code requires the cxf-rt-transports-http-jetty dependency  (was: Accessing HTTPConduit requires the cxf-rt-transports-http-jetty dependency)

> Accessing HTTPConduit in the CXF JAXRS client code requires the cxf-rt-transports-http-jetty dependency
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-3124
>                 URL: https://issues.apache.org/jira/browse/CXF-3124
>             Project: CXF
>          Issue Type: Improvement
>          Components: OtherDatabindings, Transports
>    Affects Versions: 2.3.0
>            Reporter: Sergey Beryozkin
>             Fix For: 2.4
>
>
> 1. WebClient wc = WebClient.create("http://localhost:8080/personservice");
> 2. WebClient.getConfig(wc).getHttpConduit().getClient().setAutoRedirect(true);
> requires a cxf-rt-transports-http-jetty dependency, without it the 2nd line fails with "No Destination Factory found for ..." message.
> Given that no Jetty-specific code is relied upon during the invocation this dependency should be made redundant.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.