Subject: RE: Enums in spring config
Hi Christian,
Thanks for your reply. Does it work in the spring xml? It appears like static
attributes work, but not enums.
See log output and example.
${header.EventCategory
...@gmail.com]
Sent: Tuesday, July 30, 2013 6:51 PM
To: users@camel.apache.org
Subject: Re: Enums in spring config
It works with 2.11.0 [1]. What's the exception do you get?
[1]
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=camel-core/src/test/java/org/apache/camel/proc
It works with 2.11.0 [1]. What's the exception do you get?
[1]
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=camel-core/src/test/java/org/apache/camel/processor/CBRSimpleTypeTest.java;h=aaf9051b9e97a1971e923f8319b688c8bd80b686;hb=99b5784e1fc5fd529c0178f9a8f60ac37fed5682
Best,
Chris
Sorry,
I am on 2.11. Sorry for not adding thi
Geoffrey A Gershaw
Credit eTrading Development
+1 919 994 6412 (*102 6412)
-Original Message-
From: Raul Kripalani [mailto:r...@evosent.com]
Sent: Tuesday, July 30, 2013 4:31 PM
To: users@camel.apache.org
Subject: Re: Enums in spring
What Camel version are you on? This feature is available from Camel 2.11
onwards, according to the doc page.
Regards,
*Raúl Kripalani*
Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
Integration specialist
http://about.me/raulkripalani | http://www.linkedin.com/in/raulkrip
Hello All,
I was under the impression that enums can now be specified in the Spring
config as in the below example. Having issues. Any advice?
${header.EventCategory} ==
${type:org.apache.camel.component.quickfix.QuickfixjEventCategory.AppMes
sageReceived}
[pool-1-thread-1] WARN org.apa