Re: oAuth2.0

2020-02-24 Thread 차정호
Hi, Raymond This is an OAuth sample program I developed using Red Hat Fuse and key cloak sso. The same can be done with Apache Camel. I hope this helps. https://gitlab.com/hinunbi/fuse-sso-auth-demo.git Thank you. Jungho Cha > 2020. 2. 25.

Camel hystrix Spring DSL does not have onFallbackViaNetwork definition

2017-11-08 Thread 차정호
Hi, Developers I’m a Camel rider and I love Camel so much. I am reviewing and trying to use the Camel Hystrix component in Spring DSL. I find there is no “onFallbackViaNetwork” tag definition in Spring DSL. Could you check this and add this feature in Spring DSL.    Thanks in adva

How do I maintain custom ojbect in the camel context scope?

2015-10-28 Thread 차정호
Dear Camel developers and users, I like to share some data among routes in the same camel context. For example, camel context scoped cache object. I know CamelContext have the below methods : package org.apache.camel; … public interface CamelContext extends SuspendableService, Runtim

RE: Camel FTP Component does not support ACCOUNT (ACCT) in RFC959 yet.

2015-03-27 Thread 차정호
C959 yet. Hi The camel ftp component uses Apache Commons Net as FTP client. I suggest to check their website what it supports. And if it supports Account, then yeah for sure we can add support for that too in camel-ftp. http://commons.apache.org/proper/commons-net/ On Fri, Mar 27, 2015 at

Camel FTP Component does not support ACCOUNT (ACCT) in RFC959 yet.

2015-03-26 Thread 차정호
Dear Camel Developers. I love Camel. My Customer’s FTP environment has a little bit different usage. They require “account” while ftp logging in. But Camel has no input of account of ftp login. In RFC959 : ACCOUNT (ACCT) The argument field is a Telnet string identifying

GsonDataFormat.java mashaling/unmarshaling problem

2013-12-06 Thread 차정호
Dear Camel developers. I have tested json marshaling / unmarshaling with gson library, and found there was charset assignment missing at org.apache.camel.component.gson.GsonDataFormat.java in Camel version 2.12.0 The marshal and unmarshal methods should create a stream writer or reader w

How to know my spring bean is discarded in thread pool or memory ?

2011-05-11 Thread 차정호
Hello. I love Camel and am using it for my product. I set my bean in the spring custom thread(prototype) scope, And I configure the camel route the below ... http://camel.apache.org/schema/spring";> ...

Is it possible to have Configurable thread pools size in spring/camel property file ?

2011-02-24 Thread 차정호
Hello I love Camel framework! I have some problem using camel thread pool. I have configurable values in the property file “test.properties” , and I want to use them in camel spring xml. Like the below spring xml : … … But the p