Re: Bug in component camel-snmp?

2018-01-08 Thread Ricardo Zanini
Hi Tomas! SNMP v3 has some differences regarding the message model [1]. Maybe you'll need to adjust your route / processing to it, take a look into this answer [2]. [1] - http://www.snmp.com/products/techinfo/secmodels.shtml [2] - https://stackoverflow.com/questions/47764846/camel-snmp-cant-resiv

Re: Bug in component camel-snmp?

2018-01-09 Thread Ricardo Zanini
Hi Thomas! You're right. My intention was just to point out that duo to v3, other aspects of the SNMP camel component interaction may change. I couldn't find any tests with v3 [1], though. Maybe there's room for improvement or a bug in the code. Many thanks for your snippet, I'm going to run some

Re: Bug in component camel-snmp?

2018-01-09 Thread Ricardo Zanini
Hi Thomas! Nice that you could handle it. Do you mind sending a PR to improve the component [1]? Although some tests needed to make sure this behavior remains the same with a single user scenario. [1] - https://github.com/apache/camel/blob/master/CONTRIBUTING.md Cheers! Zanini On Tue, Jan 9, 2

Re: Bug in component camel-snmp?

2018-01-09 Thread Ricardo Zanini
I've opened a JIRA [1] to follow up with this issue. [1] - https://issues.apache.org/jira/browse/CAMEL-12132 Zanini On Tue, Jan 9, 2018 at 10:52 AM, Ricardo Zanini wrote: > Hi Thomas! > > Nice that you could handle it. Do you mind sending a PR to improve the > component [

A pilot for a new component: camel-wordpress

2018-01-22 Thread Ricardo Zanini
https://github.com/m88i/camel-wordpress [3] - https://woocommerce.com/ -- Ricardo Zanini

Re: camel-http4 cookieStore property

2018-01-29 Thread Ricardo Zanini
Hi Joery! Anytime you see that the endpoint requires a bean reference, its indeed referring to a bean in the registry [1], that's why it needs a "#". You're right when you say that the docs may be more clear about it. [1] - http://camel.apache.org/registry.html Cheers! Zanini On Mon, Jan 29, 2

Re: Fwd: jdbc: with non-named parameter?

2018-04-02 Thread Ricardo Zanini
Hi Tom! I don't think the component "camel-jdbc" supports any other type of named parameter other than :?name. Looking at the code (DefaultJdbcPrepareStatementStrategy) we see: protected boolean hasNamedParameters(String query) { NamedQueryParser parser = new NamedQueryParser(query);

Re: Dataformat/ POJO for tab indentation?

2019-03-25 Thread Ricardo Zanini
Hi! You mentioned templating system, so Velocity [1] comes to mind. Have you tried that? I guess that should be simple mapping from JSON/XML to velocity (and keeping your formmating). [1] - http://camel.apache.org/velocity.html Cheers! On Mon, 25 Mar 2019 at 05:07 Riaan Annandale wrote: > Hi

Re: camel-rabitmq - clientProperties - enable host name verification

2019-03-29 Thread Ricardo Zanini
Hi! There’s a property “clientProperties” in the rabbitmq component endpoint: “Connection client properties (client info used in negotiating with the server)” I think that it does what you’re looking for. If not you could try creating a custom ConnectionFactory. [1] - https://github.com/apac

Re: A pilot for a new component: camel-wordpress

2018-01-26 Thread ricardo zanini fernandes
os use cases to encourage the component usage. Thanks again! -- Ricardo Zanini Fernandes Vida longa e próspera. On Fri, Jan 26, 2018 at 5:50 AM, Claus Ibsen wrote: > Hi Ricardo > > Thanks for donating your work to the Apache Camel project. Its great > to see its been just merged. &