Re: how to disable CXF logging

2016-09-13 Thread niteshjain132
If I'm setting ERROR mode to org.apache.cxf package i'm getting close_waits in the backend and if i set it in INFO mode i dont see any close_waits, I want to disable cxf logging so that my log file size doesn't grow, how can i achieve this ? -- View this message in context

ArrayStoreException making cookies?

2016-09-13 Thread Benson Margulies
After breathing on the classpath of a test that uses the CXF 3.1.4 client, it fails due to an ArrayStoreException in: org.apache.http.impl.cookie.DefaultCookieSpecProvider#create Looking at the source, I can't even see how it managed to get the exception. I will now try to put the goo back into

Re: Question - Who closes the InputStream?

2016-09-13 Thread Sergey Beryozkin
Which Attachment constructor you are using ? I've looked at the code, the treatment of the 'object' property is a bit inconsistent on the client side, it was added mainly for the server code when you can do InputStream is = attachment.getObject(InputStream.class); or, read InputStream into a