RE: Strategies for randomizing or verifying port number for JAXRSServerFactoryBean, or using local transport

2018-01-15 Thread KARR, DAVID
> -Original Message- > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > Sent: Monday, January 15, 2018 2:47 AM > To: users@cxf.apache.org > Subject: Re: Strategies for randomizing or verifying port number for > JAXRSServerFactoryBean, or using local transport > > Hi David > > WebCli

Re: Strategies for randomizing or verifying port number for JAXRSServerFactoryBean, or using local transport

2018-01-15 Thread Sergey Beryozkin
Hi David WebClient.getConfig() would work but only if you pass to it InvocationBuilder (JAX-RS 2.0 Client.target().request(), etc) But you can set whatever properties you need to pass to the CXF client runtime on the JAX-RS 2.0 Client Configuration which is simpler. By the way, I'm not sure