Re: Camel Hive Issue

2016-04-05 Thread Claus Ibsen
What version of Camel do you use? On Tue, Apr 5, 2016 at 9:13 PM, VinothKR wrote: > Hi, > I was trying to connect to hive through camel using jdbc and got > IllegalMonitorStateException. In exchange i was able to see the data fetched > from hive table but error was thrown

Re: Spring ldap configuration problem

2016-04-05 Thread Claus Ibsen
That is an old Camel version. You can try using a newer version. On Tue, Apr 5, 2016 at 4:46 PM, rburdet wrote: > Camel version: 2.12.0 > > Stacktrace: > > Message History >

Re: Camel netty is messing my TCP Hex packages

2016-04-05 Thread Claus Ibsen
Netty got some bytes decoders that are length based etc. Search a bit on what they offer out of the box and you can configure camel netty to use one of them. There is also a few of them you can configure from camel-netty using the ChannelHandlerFactories. You can find some source example at:

EIP route problem

2016-04-05 Thread slava
I have some problems with a following route: The route - Receives json string an converts it to list (HashSet) of JSONObjects. - split the received list to json objects. - Set corresponding headers according to object content - Routes the messages according to headers to endpoint1.1 or

EIP Route problem

2016-04-05 Thread slava
I have some problems with a following route: The route - Receives json string an converts it to list (HashSet) of JSONObjects. - split the received list to json objects. - Set corresponding headers according to object content - Routes the messages according to headers to endpoint1.1 or

Camel Hive Issue

2016-04-05 Thread VinothKR
Hi, I was trying to connect to hive through camel using jdbc and got IllegalMonitorStateException. In exchange i was able to see the data fetched from hive table but error was thrown when JDBCProducer tried to close the result set. *Logs:* Message History

Any Camel components for Google Cloud Platform?

2016-04-05 Thread sc
Our use case to transfer files from ftp to Google Storage, process it in Google Big Query and copy it back to ftp. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Any-Camel-components-for-Google-Cloud-Platform-tp5780534.html Sent from the Camel - Users mailing list

RE: Camel hawtdb for aggregation

2016-04-05 Thread Vanshul . Chawla
Thanks Andreya. Issue resolved. Vanshul -Original Message- From: Kostov, Andreya [mailto:andreya.kos...@sap.com] Sent: Tuesday, April 05, 2016 4:27 PM To: users@camel.apache.org Subject: RE: Camel hawtdb for aggregation Hello Vanshul, >From the POM excerpt you provided, I can see

camel xpath nodelist to List of String

2016-04-05 Thread rbkumar88
Hi, Is there any quick way to convert xpath nodelist to a list of Strings. E.g., 123 234 .. Currently for converting the above result into a comma separated string like (123,234 etc...), am using the pretty complex code

RE: Camel hawtdb for aggregation

2016-04-05 Thread Kostov, Andreya
Hello Vanshul, >From the POM excerpt you provided, I can see that you have specified version >2.3.0 for camel-hawtdb. You should use the same version for the components as >your camel-core version (i.e. 2.15.0), I believe that is the reason for your >issue. Best regards, Andreya

RE: Camel hawtdb for aggregation

2016-04-05 Thread Vanshul . Chawla
Same issue with levelDB. If I remove the bean for levelDB and hawtDB, it works fine. Camel version is 2.15.0. -Original Message- From: Vanshul.Chawla [mailto:vanshul.cha...@target.com] Sent: Tuesday, April 05, 2016 10:47 AM To: users@camel.apache.org Subject: Camel hawtdb for

XMPP: chat responding not possible

2016-04-05 Thread Martin Scharm
Hi camels, I tried to implement a simple XMPP bot, but reading and responding from/to the same XMPP chat seems to fail: The bot seems to send the messages to itself. I configured an endpoint using: String userA = "bot", userB = "human", server = "SERVER", port = "5222", passwordA = "secret";

Camel hawtdb for aggregation

2016-04-05 Thread Vanshul . Chawla
Hello all, I am trying to use hawtdb for persistence of aggregation messages. I added the dependency org.apache.camel camel-hawtdb 2.3.0 org.fusesource.hawtdb hawtdb

Re: Spring ldap configuration problem

2016-04-05 Thread rburdet
Camel version: 2.12.0 Stacktrace: Message History --- RouteId ProcessorId Processor

Camel netty is messing my TCP Hex packages

2016-04-05 Thread Felipe Gutierrez
Hi, I am using camel-netty for the first time. I did an example that I can send string from telnet and proxy it to the third server. But now I want to evaluate to send pure tcp messages and I believe netty assuming to use a wrong decoder/encoder. Because I took out "

Re: Beanio stream...

2016-04-05 Thread Brad Johnson
Thanks. I'll take a look at the custom BeanioIterator implementation. On the current project it's a nice to have but the next one will likely require. We read in 10k to 50k records which we can handle in memory. In the next project that will be more like 500k records (each mutli-line) and at

Re: [Bug?] hl7dataformat hapicontext not in camel-blueprint.xsd

2016-04-05 Thread Quinn Stevenson
I learned something new - I’ve never used the camel:dataFormats element before. I normally do something like this You’d have to define “my-parser” as well, but I think this will work. > On Apr 5, 2016, at 12:03 AM, Walzer, Thomas > wrote: > > When

Re: Camel 2.17 camel-cdi injection problem

2016-04-05 Thread murt_ryan
Hi Antonin, That answers my question perfectly, thanks very much for your time. /marty -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-17-camel-cdi-injection-problem-tp5780050p5780492.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Limit swagger API

2016-04-05 Thread fabryprog
Done https://issues.apache.org/jira/browse/CAMEL-9817 -- View this message in context: http://camel.465427.n5.nabble.com/Limit-swagger-API-tp5778791p5780491.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
Thnx Claus for your response. If nesting of the .from is not allowwed I would expect an exception to be thrown. Now the route just ends normally, leaving the programmer is a desperate state :-). I fixed it now. Not by using the pollEnrich but by setting the temp file in the exchange body when

RESOILVED: Durability with dynamically created Virtual Topic consumers

2016-04-05 Thread jpeschke
Hello, Ok, sorry - my fault. The VirtualTopic consumption works like a charm & exactly as expected. I just made a mistake in my route setup what caused the recipientList for the consuming system to be empty. So the whole thing worked just fine from the beginning, only the camel route that consumed

Re: Cannot write content of temp file to remote ftp

2016-04-05 Thread Claus Ibsen
You cannot have from in the nested route in the rest-dsl. If you want to upload a file to a FTP server and write the file using a temp name, then use the tempFileName or tempPrefix options. The tempPrefix is the easiest to get started with http://camel.apache.org/file2 And if you want to trigger

Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
Hello, I need to create a file with lots of data depending on a user request and transfer that temp file to a remote ftp. I have everything running without errors and the remote file is created but the content of the created remote file is still 0 bytes while the temp file has lots of bytes. I

AW: [Bug?] hl7dataformat hapicontext not in camel-blueprint.xsd

2016-04-05 Thread Walzer, Thomas
When I write the blueprint xml I have a reference to camel-blueprint.xsd in it. So that the tooling can check my xml against the xsd. --snip from camel-blueprint.xsd --- Whether to validate the HL7 message Is by default true.