HTTP proxy problem

2020-01-24 Thread Ron Cecchini
Hi, all. I have previously successfully used the HTTP component with proxy info to poll a site. Bu now I'm running into a "connection reset" problem when polling another site that has a slightly different connection strategy. The HTTP configuration for

org.apache.camel.NoSuchLanguageException: No language could be found for: simple

2020-01-24 Thread Alex Soto
Migrating to Camel 3.0.1 from (2.X), I have being going over the migration documentation here: https://github.com/apache/camel/blob/master/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc

Re: Re: Bindy plus Unicode

2020-01-24 Thread Alex Dettinger
Hi Michael, Good to know that you sorted it out :) The compatibility between the ICU4L and Apache License is not straightforward, we would need to look closer. Still creating a quick ticket and sharing a github project would make it possible to save your work, and may be of interest later on to

RE: Re: Bindy plus Unicode

2020-01-24 Thread Michael Greulich
Hi Alex, well, your comment was already very helpful. I created a custom DataFormat and ModelFactory from the default ones for FixedLength. Of course I obeyed the license terms of the Apache license ;-) For some aspect of recognizing chars, I used the ICU4J-lib, because the support for some

File reading in Camel Apache via Stored Procedure | Spring XML

2020-01-24 Thread Sachin Padha
Hello Team, I am trying to read the file and sending the file content to stored procedure. But the below route is returning : GenericFile[D:\in_1\MyFile.txt] instead of file content as output parameter from stored procedure. 1) Route is reading file successfully 2) I am able to log body on the co

AW: SNMP Component configuration problems

2020-01-24 Thread Lederer.Stefan
I'm using version 2.24.2 -Ursprüngliche Nachricht- Von: Andrea Cosentino Gesendet: Freitag, 24. Januar 2020 12:40 An: users@camel.apache.org Betreff: Re: SNMP Component configuration problems Please always add information about the version you're using Il ven 24 gen 2020, 12:32 ha scr

Re: Is it possible to have several rest configurations in rest dsl, for example with http and https schemes on different ports?

2020-01-24 Thread Mikhail Lukyanov
Hi Riaan Thanks for the information, I came up with an option with several camelCcontexts, then I can have several configs on different ports http://camel.apache.org/schema/spring";> test path Get method

Re: SNMP Component configuration problems

2020-01-24 Thread Andrea Cosentino
Please always add information about the version you're using Il ven 24 gen 2020, 12:32 ha scritto: > Hi, > > currently I am working on a project where I receive OPC UA data and send > them via SNMP to a PRTG monitoring system. I already created the routes > between OPC UA datapoints and a SNMP c

SNMP Component configuration problems

2020-01-24 Thread Lederer.Stefan
Hi, currently I am working on a project where I receive OPC UA data and send them via SNMP to a PRTG monitoring system. I already created the routes between OPC UA datapoints and a SNMP client (with an unique OID). The problem here is the connection to the PRTG monitoring system. When I try to

Re: Bindy plus Unicode

2020-01-24 Thread Alex Dettinger
Hi Michael, I was just looking at this component for another purpose and it looks to me that fixed length tokenzation occurs here: https://github.com/apache/camel/blob/master/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java#L212..L216 So, I

RE: Is it possible to have several rest configurations in rest dsl, for example with http and https schemes on different ports?

2020-01-24 Thread Riaan Annandale
Hi Mikhail For what it's worth, I asked a similar question before. Part of my REST config: if (Boolean.parseBoolean(System.getenv("authDisabled"))) { endpointProperty = "myLog"; } else endpointProperty = "myLog, sessionHandler"; restConfiguration()

Bindy plus Unicode

2020-01-24 Thread Michael Greulich
Hi, I’m having problems with the bindy component and wonder if there is something I missed. Maybe one can help me addressing it. I cannot believe, that I’m the first to hit this problem. I need to port an EAI application built using bindy, that reads a fixed type file(*) converts it and sends