R: Re: AWS S3 assume role based access

2018-10-24 Thread Andrea Cosentino
No, there is no option in newest releases. You can raise a feature request in the Camel JIRA and I can have a look. In the JIRA please describe your specific use case and architecture. Thanks Inviato da Yahoo Mail su Android Il mer, 24 ott, 2018 alle 16:52, Gandhi, Vineet ha scritto: Tha

Re: AWS S3 assume role based access

2018-10-24 Thread Gandhi, Vineet
Thanks for prompt reply. Currently we are instantiating the s3client and adding in registry, that works well with JAVA DSL as the class is present in jar For our current requirement we don’t have provision to add client in registry or say the class in not present in shipped jar. Basically we are

R: AWS S3 assume role based access

2018-10-24 Thread Andrea Cosentino
Hello, If you have special needs for your S3 client, you can instantiate the client and set it on the Camel registry. Then you'll be able to pass the client as URI option as reported in the documentation on GitHub. At URI option level there is no roles option provided actually Inviato da Yahoo M

AWS S3 assume role based access

2018-10-24 Thread Gandhi, Vineet
Hi, Currently in camel aws-s3 component there is a provision to access account using access-key and shared-key as URI options. Is there any provision to give role ARN as URI option in aws-s3 URI? Then camel can internally generate the s3client for the role passed. Regards, Vineet This e-mail

Re: Camel 2.21.1 and Hawtio

2018-10-24 Thread Tadayoshi Sato
Hello Christian, If you are using Camel 2.21.1, Spring Boot must be 1.x. Then you can refer to this example: https://github.com/hawtio/hawtio/tree/master/examples/springboot It also contains a simple Camel route which you can view from the Hawtio console. The key part for the sample is you need t

RE: Camel 2.21.1 and Hawtio

2018-10-24 Thread Ribeaud, Christian (Ext)
Hi Tadayoshi, Spring Boot. I've tried this strategy, basically following the instructions given here: > http://peter-on-java.blogspot.com/2014/05/using-hawito-to-monitor-apache-camel.html The agent is indeed discovered. But nothing more happens... Do I miss something here? Regards, christian

Re: Camel 2.21.1 and Hawtio

2018-10-24 Thread Tadayoshi Sato
Hell Christian, What is the runtime your Camel app is running on? Spring Boot, Karaf, or anything else? Basically you can just find out the Jolokia endpoint and connect hawtio-app.jar via Connect tab to that endpoint. Best regards, Tadayoshi On Wed, Oct 24, 2018 at 6:12 PM Ribeaud, Christian (

Camel 2.21.1 and Hawtio

2018-10-24 Thread Ribeaud, Christian (Ext)
Hi, I am desperately trying to connect hawtio to my Camel workflow. Or is there a better solution to visualize my Camel workflow? I've read following links: > http://peter-on-java.blogspot.com/2014/05/using-hawito-to-monitor-apache-camel.html > http://hawt.io/docs/plugins/ > https://vimeo.com/14

camel XPATH variable to XQuery element() convert problem

2018-10-24 Thread Wang Yan
In Apache camel I need to extract a xml element and pass it to xquery as element(), but i have strange error. Any idea and suggesions are more than welcome! Camel code: from(SOAP_ENDPOINT_IN_URI + "&dataFormat=CXF_MESSAGE") .setHeader("CMDRequest", XPathBuilder.xpath("//*[local-name() = 'CMDRequ