ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been

proxy authorization error

2017-01-18 Thread Bilgehan Maraş
Hi, I am trying to consume a ws-trust enabled webservice through proxy server. The service is served over https In my client configuration i have *** ***

Attempting NTLM authentication but CXF tries NEGOTIATE first

2017-01-18 Thread David Robison
I have a system that I am trying to authenticate with via NTLM. Here is my code snippet: Bus bus = BusFactory.getDefaultBus(); bus.setProperty(AsyncHTTPConduit.USE_ASYNC, Boolean.TRUE); proxy = new ServerCommandService().getServerCommandServiceSoap(); Client client =

Re: Does it possible to run swagger.json generation from command line

2017-01-18 Thread David Karlsen
You can try https://github.com/kongchen/swagger-maven-plugin Den ons. 18. jan. 2017, 14:27 skrev Sergey Beryozkin : > Hi > > Not in CXF at the moment, one should be able to create it with Swagger > project tools. > I agree it would be useful to have a Maven plugin or

Re: Does it possible to run swagger.json generation from command line

2017-01-18 Thread Sergey Beryozkin
Hi Not in CXF at the moment, one should be able to create it with Swagger project tools. I agree it would be useful to have a Maven plugin or java2swagger CXF tool, similar to what we have with WADL... Sergey On 18/01/17 11:07, Vjacheslav V. Borisov wrote: Hi! Does it possible to run

Re: inconsistency in used spring schemas in 3.1.10-SNAPSHOT

2017-01-18 Thread Colm O hEigeartaigh
It's fixed now... Colm. On Wed, Jan 18, 2017 at 12:35 PM, Kai Rommel wrote: > Hello, > > my build against our company repo fails. > > It is complaining about the used namespaces and the referenced spring > schemas. > > E.g. checking following beans.xml: > in

Re: inconsistency in used spring schemas in 3.1.10-SNAPSHOT

2017-01-18 Thread Freeman Fang
Hi, This is something we need fix, I’ve fixed similar issue on master, I will take care of 3.1.x branch also. - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Jan 18, 2017, at 8:35 PM, Kai Rommel wrote: > > Hello, > > my

inconsistency in used spring schemas in 3.1.10-SNAPSHOT

2017-01-18 Thread Kai Rommel
Hello, my build against our company repo fails. It is complaining about the used namespaces and the referenced spring schemas. E.g. checking following beans.xml: in cxf-rt-rs-extension-providers file: org/apache/cxf/jaxrs/provider/atom/servers.xml In 3.1.10-SNAPSHOT the spring version

Does it possible to run swagger.json generation from command line

2017-01-18 Thread Vjacheslav V. Borisov
Hi! Does it possible to run swagger.json generation from command line, without jaxrs server?