Re: Support for Microsoft Graph

2021-11-29 Thread Onder SEZGIN
Hi, You will probably need to implement a new component with it java client apis. Please check camel documentation and several camel books. Onder On Tue, 23 Nov 2021 at 00:43, ASHWIN .P.S wrote: > Hi Team, > > We need support to integrate Apache camel with Microsoft Graph API to read >

Re: rest dsl strange behaviour when processor used

2021-08-19 Thread Onder SEZGIN
t(500)) .otherwise().setHeader(Exchange.HTTP_RESPONSE_CODE, constant(404)) .end(); On Thu, Aug 19, 2021 at 2:51 PM Onder SEZGIN wrote: > Hi, > > i have a confusing issue while camel 3.7.5. > > when i have below. i can get 500.(Working fine titled example) > > However, if i have, HTTP respons

rest dsl strange behaviour when processor used

2021-08-19 Thread Onder SEZGIN
Hi, i have a confusing issue while camel 3.7.5. when i have below. i can get 500.(Working fine titled example) However, if i have, HTTP response is not getting set to 500. Can anyone provide any light on this? Thanks. from("direct:uploadFiles") .process(new Processor() {

Re: ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-06 Thread Onder SEZGIN
at 5:14 PM Onder SEZGIN wrote: > Noo, i think i was wrong in my previous email. > > exactly the same thing is happening in consumer/producer template way. > > it is not working as it was expected. > > On Thu, Aug 5, 2021 at 4:22 PM Onder SEZGIN wrote: > >> Hi, >

Re: ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-05 Thread Onder SEZGIN
Noo, i think i was wrong in my previous email. exactly the same thing is happening in consumer/producer template way. it is not working as it was expected. On Thu, Aug 5, 2021 at 4:22 PM Onder SEZGIN wrote: > Hi, > > My question should have been placed in users list in the first pl

Re: ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-05 Thread Onder SEZGIN
it helps. Thanks On Thu, Aug 5, 2021 at 12:48 PM Onder SEZGIN wrote: > extra info: > > it keeps logging No files found.. skipping to send to S3 > which possibly means that file is not getting picked up. > and > camel version is 3.7.5 > > thanks > > On Thu, Aug 5,

rest call passing request body to amqp

2019-10-25 Thread Onder SEZGIN
hi, i was trying out simple case. first route sends message to queue whereas second one fails with an error as below. it feels weird. anybody tried anything similar to pass the rest call message body to amqp queue. thanks. // from("timer:order?period=3000").setBody(constant("Hello //

Re: use netty component as telnet client

2019-10-15 Thread Onder SEZGIN
is there any clue why it does not carry on processing with the rest of the route? On Mon, Oct 14, 2019 at 1:03 PM Onder SEZGIN wrote: > just a correction in my original post. > > but they are NOT pushed down to other processors in the route. > > for example in the given route,

Re: camel-kubernetes - issue retrieving config-map

2019-10-14 Thread Onder SEZGIN
you may need to disable these two. camel.component.kubernetes.cluster.service.cluster-labels[group]= ${project.groupId} camel.component.kubernetes.cluster.service.cluster-labels[app]= ${project.artifactId} On Thu, Oct 10, 2019 at 12:55 PM Narsi Reddy Nallamilli < narsi.nallami...@gmail.com>

use netty component as telnet client

2019-10-14 Thread Onder SEZGIN
Hi, i have a requirement to integrate with plain old telnet server publishing messages. what i need to do is to listen the messages and do message routing on them. i can see camel-netty has clientMode option to set to true to achieve this. once i use camel-netty, i can see messages are written

Re: use netty component as telnet client

2019-10-14 Thread Onder SEZGIN
:55 PM Onder SEZGIN wrote: > Hi, > > i have a requirement to integrate with plain old telnet server publishing > messages. > > what i need to do is to listen the messages and do message routing on them. > i can see camel-netty has clientMode option to set to true to achieve thi

Re: EndpointHelper.matchEndpoint doesn't normalize the pattern parameter

2019-10-03 Thread Onder SEZGIN
yes i had been trapped recently. good to hear it will be improved On Thu, Sep 26, 2019 at 10:15 AM Stig Døssing wrote: > Hi Claus, > > I don't need to match on the query parameters, and your workaround is > fine. My code happened to try to match the query parameters, since I have > the endpoint

Re: camel file component writing to persistent volume

2019-09-25 Thread Onder SEZGIN
ok. for reference this link helped me experiment locally. https://developers.redhat.com/blog/2017/04/07/adding-persistent-storage-to-the-container-development-kit-3-0/ fyi On Wed, Sep 25, 2019 at 1:54 PM Onder SEZGIN wrote: > yes i consider kubernetes though i am using OCP(loca

Re: camel file component writing to persistent volume

2019-09-25 Thread Onder SEZGIN
Hi > > The file component just use the java file api so whatever it can > access you can use. > > Since you ask about persistence volumes do you think about kubernetes? > > On Fri, Sep 20, 2019 at 11:59 AM Onder SEZGIN > wrote: > > > > Hi, > > > > is there

camel file component writing to persistent volume

2019-09-20 Thread Onder SEZGIN
Hi, is there any example where camel-file component is accessing persistent volume and writing files? thanks Onder

Re: camel-http-starter causing problem with KubernetesClusterServiceAutoConfiguration problem

2019-09-18 Thread Onder SEZGIN
at 1:11 AM Onder SEZGIN wrote: > hi guys, > thanks for the hints. > i have not tested latest versions as i was unable to do so i will try soon > update the thread and it was a failure on latest version, i will raise a > jira. > > cheers > onder > > On Thu, Sep 12, 20

Re: camel-http-starter causing problem with KubernetesClusterServiceAutoConfiguration problem

2019-09-16 Thread Onder SEZGIN
ot/docs/2.1.8.RELEASE/reference/html/boot-features-spring-application.html#boot-features-startup-failure > > > > On Wed, Sep 11, 2019 at 5:37 PM Onder SEZGIN > > wrote: > > > > > > Hi, > > > > > > i have a very similar usecase where

camel-http-starter causing problem with KubernetesClusterServiceAutoConfiguration problem

2019-09-11 Thread Onder SEZGIN
Hi, i have a very similar usecase where i need to implement something very similar what Nicola has written while ago. in my app, i have the very similar configuration and i also needed to use camel-http-starter. (of course there are bits and pieces but later on i narrowed down the error that the

Re: Re: Error building 3.0.0-SNAPSHOT

2019-05-20 Thread Onder SEZGIN
this is reproducible on windows. logged a ticket. https://issues.apache.org/jira/browse/CAMEL-13546 possbily introduced here. cc2632b51c3e80a8844b783bf662ff05ecf5a9aa and the reason it was not existing is because roaster and file api was in place which was bypassing the issue happening here.

Re: unable to work apache.camel (latest version) with Spring.Boot 2.1.0 Release

2018-12-26 Thread Onder SEZGIN
What's your jdk version? It looks like you have missing jaxb dependencies On Tue, 25 Dec 2018, 16:19 Alper Kopuz Hello > > I am using apache.camel version 2.23.0 with spring.boot.version 2.1.0. > RELEASE but I get " error crating bean with name 'camelContext' defined in > .." error while

Re: throttling/backpressure on a route

2018-10-16 Thread Onder SEZGIN
Hi, I would suggest 1- Take a look at throttle-eip. (Make sure you understand split, aggregate and mongodb3 producer adocs around mongodb aggregation. Try and see your case unless you can explain or create a unit test to pinpoint your issue and also check mongodb3 components test case for better

Re: SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Okay, using and injecting camelContext to it helped me. Thanks. On Tue, Oct 9, 2018 at 11:55 AM Onder SEZGIN wrote: > Hi, > > I have sslContextParameters as below as an example. > >id="sslContextParameters"> > key

SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Hi, I have sslContextParameters as below as an example. and i have the requirement that those {{ssl.keymanager.pass}} and {{ssl.keystore.pass}} values which are stored in an encrypted format. And i want to decrypt them and then inject their values to password attributes

Re: Aggregation to fire endpoint until predicate is satisfied

2018-09-15 Thread Onder SEZGIN
I would suggest reading by size from your data source and use split and aggregate together to see the end of batch.. On Wed, Sep 12, 2018 at 4:42 PM Michael Joyner wrote: > Hi, > > Is there a way for the .aggregate to keep firing until predicate is > satisfied? > Like this: >

Re: File idempotent store problem

2018-01-04 Thread Onder SEZGIN
There are points i agree/disagree. This can stay as the limitation imho. Because using cache as fifo sounds a bit advance care of idempotent repository feature and it would require taking all the burdens of such implementation for a single minor feature by diving into caffeine. This would be too

Re: Problem after upgrade to Camel 2.20.x from 2.19.x

2018-01-03 Thread Onder SEZGIN
I think you can see major changes from 2.19.x to 2.20.x. This is a major release. For minors release where you would not expect such failures would be going from 2.19.x goes to 2.19.y On Wed, Jan 3, 2018 at 11:04 AM, XiLai Dai wrote: > Hi, there, > > > We have some classes

Re: Camel processing single file twice in 'file' endpoint

2018-01-02 Thread Onder SEZGIN
hi, did you check default behaviour of file consumer depending on your environment and readLock option on the endpoint as well? On Tue, Jan 2, 2018 at 8:02 AM, Bhuvan Gupta wrote: > Hello nice people, > > We are using camel 2.17 with java 1.7 in our sample project and we

Re: Query regarding zip consumption using apache camel

2017-11-13 Thread Onder SEZGIN
I think your situation is a bit hard to guess unless you share your routing details. In case, you directly consume files by trying to unmarshall them even if your file transfer is complete. If you use file component, you may need to look into exclude option to avoid consuming incomplete

Re: Simple language starts with ignore case

2017-11-13 Thread Onder SEZGIN
See simple or file language for details. On Mon, 13 Nov 2017 at 19:29, Pakarinen, Jari wrote: > Hi, > > Thanks. I understand. How do I go about lowercasing the filename value? > > Jari > > Lähetetty Samsung Galaxy -älypuhelimesta. > > > Alkuperäinen viesti

Re: Content Based Routing Feasibility Q

2017-09-01 Thread Onder SEZGIN
I would suggest you to see camel-cxf examples. Maybe i got wrong but what you needed is like a web service's proxy. You may also take a look at http component or maybe mina component. On Thu, 31 Aug 2017 at 11:26, MLVJ wrote: > I have a problem, and I think that Camel

Re: shutdown strategy is set on context level / way of route level?

2017-07-27 Thread Onder SEZGIN
Thanks Zoran. Idempotent consumer is nice option but it brings (persistence is essential for me not to lose messages) persistence problem and using a repository to write the messages and idempotent consumer will do check against the repository. This will bring a delay for the probably. (potential

Re: Problem with ssh under camel 2.19.0 (BUMP)

2017-07-27 Thread Onder SEZGIN
Hi Daniel, It seems in camel-ssh component, the ssh sessions and channels should be created with right options to enforce known_hosts awareness. Not sure if this is supported yet. For now it seems, keyverifier somehow passes through the lines as below.

Re: SQL component - comparing consumer against database

2017-07-07 Thread Onder SEZGIN
Thanks Zoran. I will go with aggregation because i need to be at the application layer. DBA policies do not allow with triggers and views. On Fri, Jul 7, 2017 at 12:48 PM, Zoran Regvart wrote: > Hi Önder, > do you consult any other sources of data, or is this all in the same

Re: Bindy DefaultValue is not working. Need help

2017-05-24 Thread Onder SEZGIN
Logged a jira for it. https://issues.apache.org/jira/browse/CAMEL-11313 On Mon, May 22, 2017 at 10:35 PM, Claus Ibsen wrote: > On Mon, May 22, 2017 at 7:44 PM, kschroeder > wrote: > > I noticed this issue was only resolved for the CSV

Re: Parsing issue with unmarshal and bindy.csv with double quotes and commas in a single field

2017-04-19 Thread Onder SEZGIN
this is not a bug. as you have comma as separator, in the line you have exception you have too many fields already. so illegal argument exception seems correct in the given case. On Wed, 19 Apr 2017 at 08:10, sadiq wrote: > I'm experiencing a parsing issue using Bindy to

Re: Performance issue in Camel SFTP component

2017-04-09 Thread Onder SEZGIN
Hi Ayush, As souciance suggested, i guess you should use another FTP client to transfer files and better measure camel FTP component against and get some benchmark results to compare in a better way. If the file transfer is what we are talking, there may be lots of reason why you have low

Re: Camel JAXB - jaxb.index not found

2017-03-20 Thread Onder SEZGIN
this is not a camel question. though i can guess it is a jaxb issue. it seems you have not generated pojos using your xsd schema. you should do it properly, them jaxb will recognize your pojos. On Tue, 21 Mar 2017 at 06:35, contactreji wrote: > oops. sorry i meant