Re: CXF v2.7.14 JAXB blocked threads and degraded performance

2017-05-02 Thread venkatesham nalla
Thanks Daniel. Are CXF client proxies thread safe? thanks, Venkat From: Daniel Kulp <dk...@apache.org> Sent: Monday, May 1, 2017 6:16:19 PM To: users@cxf.apache.org; venkatesham nalla Subject: Re: CXF v2.7.14 JAXB blocked threads and degraded perfo

CXF v2.7.14 JAXB blocked threads and degraded performance

2017-05-01 Thread venkatesham nalla
degraded performance with CXF v2.7.14 with bunch of threads in BLOCKED state waiting to lock <0x000685890f28> (a com.sun.xml.bind.v2.runtime.reflect.opt.Injector) with the following stacktrace, teh thread that is holding the lock is in Runnable state. Is this a bug or how do get around

JAX-WS Service or Port cache?

2016-11-01 Thread venkatesham nalla
Hi, Is it a good idea to cache the CXF Service or Port instance on client side for later use, to avoid creating the service from WSDL every time? What are the disadvantages of caching? thanks, Venkat

Re: How to enable/disable transfer-encoding: chunked in jax-rs?

2016-09-28 Thread venkatesham nalla
t is CXF - which CXF version it is ? Sergey On 27/09/16 20:55, venkatesham nalla wrote: > Hi, > > > The following code is throwing exception - MyResourceTest.setUp:83 > IllegalArgument Not a valid Client > > Client client = ClientBuilder.newClient(); > WebTarget target

Re: How to enable/disable transfer-encoding: chunked in jax-rs?

2016-09-27 Thread venkatesham nalla
jax-rs? Hi You can pass WebTarget or InvocationBuilder (they wrap WebClient) to WebClient.getConfig. FYI, a different approach was also described: http://cxf.547215.n5.nabble.com/HttpConduit-for-WebTarget-td5773080.html#a5773086, Cheers, Sergey On 27/09/16 15:45, venkatesham nalla wrote:

Re: How to enable/disable transfer-encoding: chunked in jax-rs?

2016-09-27 Thread venkatesham nalla
users@cxf.apache.org Subject: Re: How to enable/disable transfer-encoding: chunked in jax-rs? Hi For the client you can do WebClient.getConfig(client),getHttpConduit and configure it as needed, while on the server you'd likely need to configure the underlying container Sergey On 26/09/16 15:58, venkatesham

How to enable/disable transfer-encoding: chunked in jax-rs?

2016-09-26 Thread venkatesham nalla
Hi, How to enable/disable transfer-encoding: chunked in JAX-RS server and client without using spring xml configuration ? thanks, Venkat

JSON Payload validation example

2015-04-23 Thread venkatesham nalla
Hi, Is there anyway to turn JSON Payload validation similar to XML? Thanks, Venkat

RE: How to configure netty transport in CXF 3.0.1?

2014-09-23 Thread venkatesham nalla
, venkatesham nalla (v_na...@hotmail.com) wrote: Hi Willem, That is what I fail to understand what does it mean by endpoint address with netty. Is there any example or documentation please? I am using a standalone client, with spring configuration file. I modified the client.xml file

How to configure netty transport in CXF 3.0.1?

2014-08-25 Thread venkatesham nalla
Hi, Could you please point me to the documentation/examples on how to configure netty http transport in CXF 3.0.1? Thanks,Venkat

RE: CXF 3.0.0 Standalone JAX-WS Client does not terminate?

2014-08-21 Thread venkatesham nalla
the JAX-WS clients.All the clients that CXF creates implement the Closeable interface so you can cast them to a Closeable and call close. In some cases, this can cleanup things. Dan On Aug 20, 2014, at 10:24 AM, venkatesham nalla v_na...@hotmail.com wrote: Hi, JAX-WS

RE: WSS4JStax interceptor issues in Apache CXF 3.0.0

2014-08-21 Thread venkatesham nalla
Hi Colm, I have tested with CXF 3.0.1 as well and results are same.The SOAP Request and Password Callback code are included below. Yes I have enabled the logging, which does not log outbound message on the client side when WSS4JStaxOutInterceptor is used. However the inbound message is getting

RE: CXF 3.0.0 Standalone JAX-WS Client does not terminate?

2014-08-21 Thread venkatesham nalla
the Closeable interface so you can cast them to a Closeable and call close. In some cases, this can cleanup things. Dan On Aug 20, 2014, at 10:24 AM, venkatesham nalla v_na...@hotmail.com wrote: Hi, JAX-WS standalone client does not terminate in Apache CXF 3.0.0

CXF 3.0.0 Standalone JAX-WS Client does not terminate?

2014-08-20 Thread venkatesham nalla
Hi, JAX-WS standalone client does not terminate in Apache CXF 3.0.0. However it terminates when the cxf-rt-transports-http-netty-client-3.0.0.jar file is removed from the lib directory. 1) Does CXF 3.0.0 uses netty client automatically when present in the lib directory? If so, how to

RE: OAuth2 to protect CXF SOAP endpoints

2014-05-06 Thread venkatesham nalla
Hi all, How to add BinarySecurityToken using WSS4J or WS-SecurityPolicy? Thanks,Venkat Date: Tue, 29 Apr 2014 16:19:03 +0100 From: sberyoz...@gmail.com To: users@cxf.apache.org Subject: Re: FW: OAuth2 to protect CXF SOAP endpoints Hi On 29/04/14 15:25, NALLA, VENKAT wrote: Hi Sergey,

RE: SSL handshake exception on IBM AIX 6.1 with IBM JDK 7

2013-10-18 Thread venkatesham nalla
Thank you. Yes, I did look at that. However it works fine when I use the server.jks file on the client side and client.jks file configured using java system properties with IBM JDK 7. Same certificates works fine with IBK JDK 7 in WebSphere, WebLogic, and JBoSS. My understanding is that it

RE: SSL issue on AIX with IBM JDK 7 JVM

2013-09-19 Thread venkatesham nalla
Hi, Any have come across this situation. Appreciate your help. Thanks,Venkat From: v_na...@hotmail.com To: users@cxf.apache.org Subject: SSL issue on AIX with IBM JDK 7 JVM Date: Wed, 18 Sep 2013 02:55:45 + Hi, I am testing CXF 2.7.6 on AIX 6.1 with IBM J9 JDK 7 JVM. The client and

SSL issue on AIX with IBM JDK 7 JVM

2013-09-17 Thread venkatesham nalla
Hi, I am testing CXF 2.7.6 on AIX 6.1 with IBM J9 JDK 7 JVM. The client and server are on two different machines of same kind in both the cases IBM JVM (same version) is used. Both the servers has trustore/keystores based on Verisign signed local CA who signs the certificate for the respective