moving this question to users@cxf ---------- Forwarded message ---------- From: Aki Yoshida <[email protected]> Date: 2015-11-20 13:57 GMT+01:00 Subject: Re: CXF Client ReceiveTimeout not working on weblogic server To: [email protected]
is your 'local' system the same system where your weblogic server runs and has the same jdk and the network setup? could it be that something else is interrupting the connection from your web logic server? 2015-11-19 17:30 GMT+01:00 Tomi Prifti <[email protected]>: > Hi, > > I'm setting the receive timeout in cxf WebClient for a POST call in the > following way: > > HTTPConduit conduit = (HTTPConduit) > WebClient.getConfig(client).getConduit(); > HTTPClientPolicy policy = conduit.getClient(); > policy.setReceiveTimeout(timeout); > conduit.setClient(policy); > > This works fine when I test locally but when deployed in Weblogic the > receive timeout does not work. > I'm using cxf 2.7.11, java 6 > > Thank you, > > Tom > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-Client-ReceiveTimeout-not-working-on-weblogic-server-tp5763108.html > Sent from the cxf-dev mailing list archive at Nabble.com.
