Re: Camel exec component tokenizer in Spring XML DSL removing plus sign in arguments

2015-03-18 Thread Davis, Daniel
You are right, this worked. In experiments I had put RAW() around just the +profile * argument and it did not work. After wrapping the call in RAW() I now have a contains unsafe characters, please check encoding warning which I can work through but the code is passing a valid argument list to

Camel exec component tokenizer in Spring XML DSL removing plus sign in arguments

2015-03-17 Thread Davis, Daniel
I have been unable to find an encoding or approach to include the ImageMagick argument +profile in the argument list for exec in Spring XML DSL as show below. With each experiment Trace clearly shows that the + sign in the arguments being stripped out. I tried plaintext, HTML and decimal

Re: Camel exec component tokenizer in Spring XML DSL removing plus sign in arguments

2015-03-17 Thread Willem Jiang
Camel just replace the “+” with “ “ by default. You can use the RAW() to wrap the args parameter just like this. exec:test?args=RAW(arg1+arg2 arg3) -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: