JAX-WS: customize JAXB context

2015-06-16 Thread Julien Charon
Hi, I currently run into a JAXB related error when I start tomcat and my webservice is started: com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions javax.xml.bind.JAXBElement does not have a no-arg default constructor. I analysed that and

DynamicClientFactory compiler options

2015-06-16 Thread Dennis Sosnoski
How can you set compiler options when using DynamicClientFactory/JaxWsDynamicClientFactory? I've been trying to do this, but get an exception thrown on any combination of options I've tried: Caused by: com.sun.tools.internal.xjc.BadCommandLineException: grammar is not specified at com.sun

Re: netty transport documentation

2015-06-16 Thread mikha
Hi, Is documentation for the netty http transport planned to be posted on the official website and if yes, then when is it going to happen? Also I am interested in using netty server transport without spring if it is supported. Thanks, Mikhail -- View this message in context: http://cxf.5

fed decrypt error

2015-06-16 Thread Vishnu Radhakrishnan
I am getting the below error while decrypting the RST. All the certificates seems to be in place not sure why its erroring out. Any help regarding the below would be great. Thanks, Vishnu [http-bio-8080-exec-10] INFO org.apache.cxf.fediz.core.FederationProcessorImpl - +DEB

Re: JaxWsClientProxy responseContext memory leak - any suggestions?

2015-06-16 Thread hunter
Is there any way to get the responseContext when using jaxws:client in spring ? -- View this message in context: http://cxf.547215.n5.nabble.com/JaxWsClientProxy-responseContext-memory-leak-any-suggestions-tp5752686p5758319.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: http-conf:conduit : configure global settings for all proxy clients

2015-06-16 Thread Jose María Zaragoza
2015-06-16 13:33 GMT+02:00 Sergey Beryozkin : > Hi, this is probably related to > https://issues.apache.org/jira/browse/CXF-5320 Sure. Thanks > > Cheers, Sergey > > On 11/06/15 15:33, Jose María Zaragoza wrote: >> >> 2015-06-11 16:02 GMT+02:00 Jose María Zaragoza : >>> >>> Hello: >>> >>> I'm usi

Re: http-conf:conduit : configure global settings for all proxy clients

2015-06-16 Thread Sergey Beryozkin
Hi, this is probably related to https://issues.apache.org/jira/browse/CXF-5320 Cheers, Sergey On 11/06/15 15:33, Jose María Zaragoza wrote: 2015-06-11 16:02 GMT+02:00 Jose María Zaragoza : Hello: I'm using CXF 2.7.8 to implement several webservice proxy clients ( SOAP , REST ) All of them ha

Clarification needed regarding org.apache.cxf.transport.http.async.ioThreadCount

2015-06-16 Thread Balaji Katika
Hi All, I've not set this (org.apache.cxf.transport.http.async.ioThreadCount) variable in my CXF client which as per the documentation in this link http://cxf.apache.org/docs/asynchronous-client-http-transport.html means 1 thread per core. My machine has cores and that would translates to 8 threa

jaxrs-client:client with abstract=true / reuse configuration

2015-06-16 Thread axelr
I want to inject several client proxies by spring. Most of them have the same definition. So one service is defined like this: With the exception of the serviceClass some other services/proxies are configured identically. It looks strange if the whole configuration is repeated n times for every s

Re: Attachment signing/encryption and MTOM

2015-06-16 Thread Aki Yoshida
the content-id in the uri-form i.e. "cid:..." needs to be url-encoded because some characters allowed in the content-id header value are reserved in the URI syntax. see http://www.ietf.org/rfc/rfc2111.txt section 2. I'm moving this thread to users@cxf. 2015-06-15 17:47 GMT+02:00 Hugo Trippaers