Re: XMLSecurity not generating

2017-04-27 Thread ayache.k
Many thanks Franz, that's what I've implemented yesterday and I was going to come back here to update the post and you beat me. -- View this message in context: http://camel.465427.n5.nabble.com/XMLSecurity-not-generating-tp5798321p5798419.html Sent from the Camel - Users mailing list

Re: XMLSecurity not generating

2017-04-26 Thread ayache.k
Thanks for your reply. My query is around Camel XML security component. I wanted to know if it is possible to generate the *X509Certificate* element in the *Signature* element - see below example. Of course I can use Java API/Bouncycastle to generate, but that's last resort.

XMLSecurity not generating

2017-04-26 Thread ayache.k
Hi I am using Camel XML security component to sign an xml using the following setup:

Re: Schematron files accessed over http

2016-07-04 Thread ayache.k
Hi James Unfortunately, the current implementation of Camel Schemaron only supports classpath and filesystem location for the rules. Create A Jira ticket and I am sure someone would look at. Thanks -- View this message in context:

eaked UDP ports from the logging using MDCSiftingAppender

2016-02-17 Thread ayache.k
Hi Recently we started using MDCSiftingAppender to push logs into syslog and we've noticed leaked UDP ports - see config set below. Here is a little bit of context, we deploy around 20 bundles into apache Karaf and in one occasion we've noticed around 26 thousands ports for syslog appender and

Re: Camel Hazelcast Component creating multiple instances of Hazelcast

2015-03-18 Thread ayache.k
Hi Willem Thanks for your prompt response. The support for hazelcastInstance is on camel 2.14 I didn't realise that. I will explore that further. You mentioned I may need to expose the instance as a service, can you show me an example? the documentation doesn't sow that. Thanks -- View this

Re: PooledSession throw Exception at closing, fabric never recovers until container or bundles is restarted

2014-12-05 Thread ayache.k
I haven't solved this issue yet, but I have got a workaround which I would like to share with you here. By adding the failover protocol to the borkerUrl see below, the failover protocol seems to handle connection failure well. activemq.brokerURL=failover:(nio://activemq:61616) instead of simply