Re: CXF JAXRS Client : HttpAsyncClient and KeepAlive

2016-03-22 Thread chandra shekhar
Hi Sergey, I set CONNECTION_TTL but I do not see any affect. I see that connection always close in a minute which I see is receiveTimeout default value. Any suggestions here. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-JAXRS-Client-HttpAsyncClient-and-KeepAlive-tp5747

Re: catalogLocation in JAXB/JSON Provider and @SchemaValidation

2016-03-22 Thread Vjacheslav V. Borisov
> Don't know, how should this fixed (or should not) > E.g. , code like this could fix that, but seems ugly: > resolvedLocation = > catalogResolver.resolvePublic(publicId!=null?publicId:namespaceURI, > systemId); > > Found where it takes place in case of cxf-wadl2java-plugin, please see SchemaCompil

trying to unsubscribe

2016-03-22 Thread Tim Clotworthy
Hello, I am trying to unsubscribe to : users@cxf.apache.org any help is greatly appreciated. Thank you

STSClient.validateSecurityToken expects RequestSecurityTokenResponseCollection?

2016-03-22 Thread Stephen.CTR.Chappell
Hi - I'm using the CXF 3.1.4 STSClient to write a simple test client for my CXF-based STS. Requesting tokens has worked as expected, but requesting validation of a token is having a problem. It would appear that STSClient creates a proper RST, and gets a proper RSTR from the STS. But something

oauth2 server side cxf configuration

2016-03-22 Thread jina...@yahoo.com
I'm trying to configure oauth2 for my rest services implemented with cxf. Official manual is quite confusing. Maybe someone used cxf oauth2 implementation and could provide or knows where to find good example? Thanks in advance Jina -- View this message in context: http://cxf.547215.n5.nabble.

Re: catalogLocation in JAXB/JSON Provider and @SchemaValidation

2016-03-22 Thread Vjacheslav V. Borisov
Also noticed following : When wadl2java code generation resolves using xml-resolver, it resolves it using publicId using this record in catalog.xml This is the code: class org.apache.xml.resolver.Catalog, method resolveLocalPublic, while (en.hasMoreElements()) { ... if (e.getEntryTy