Re: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-10 Thread Willem Jiang
Hi the wssec.xml and client class are used as client to invoke the camel route. You can setup the cxfEndpoint in the same way as the test showed in the spring xml way. If you want to setup the cxfEndpoint in programical way, you could just consider to implement CxfEndpointConfigurer[1] yourself

Re: Implications of Netty vs REST configuration?

2019-01-10 Thread Zoran Regvart
Hi, AFAIK unless specified in the Swagger specification the scheme/host/port combination of the URL from which the Swagger specification is fetched is used. In your tool of you can point to the URL of the Swagger specification, perhaps that would help. One approach would be to share the port

[ANNOUNCEMENT] Apache Camel 2.21.4 Released

2019-01-10 Thread Gregor Zurowski
The Camel community announces the immediate availability of the Camel 2.21.4 patch release. This release contains 24 fixes and improvements. This is the last planned patch release for the 2.21.x branch. The artifacts are published and ready for you to download [1] either from the Apache mirrors

configuration property camel.springboot.xml-routes-reload-directory not respecting file: prefix

2019-01-10 Thread Sarwar Bhuiyan
Hi there, I’m using the reload routes feature and although it’s working if I set camel.springboot.xml-routes-reload-directory to absolute path to a folder it doesn’t seem to work if I prefix the path with file: Whereas the property for camel.springboot.xml-routes takes classpath: or file: Am I

Re: configuration property camel.springboot.xml-routes-reload-directory not respecting file: prefix

2019-01-10 Thread Claus Ibsen
Hi Its a directory and not a file, so you should not prefix with file or classpath. And its loading from the file system (not classpath). Its intended during development, and therefore loads from your source code directories (and not classpath). On Thu, Jan 10, 2019 at 4:11 PM Sarwar Bhuiyan

Re: configuration property camel.springboot.xml-routes-reload-directory not respecting file: prefix

2019-01-10 Thread Sarwar Bhuiyan
Do you not recommend this for production? The setup I have had some separate xml based route files which I had outside of the application (tomcat) and most of the core routes that don’t change inside java dsl. It’s not a problem restarting the application but having the external routes folder