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/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Tue, Jul 30, 2013 at 9:20 PM, Gershaw, Geoffrey < [email protected]> wrote: > 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? > > > > <simple>${header.EventCategory} == > ${type:org.apache.camel.component.quickfix.QuickfixjEventCategory.AppMes > sageReceived}</simple> > > > > [pool-1-thread-1] WARN org.apache.camel.util.ObjectHelper - Cannot find > class: > org.apache.camel.component.quickfix.QuickfixjEventCategory.AppMessageRec > eived > > [pool-1-thread-1] WARN org.apache.camel.util.ObjectHelper - Cannot find > class: org.apache.camel.component.quickfix.QuickfixjEventCategory > > > > > > Yes, I have the module in my classpath J > > > > <dependency> > > <groupId>org.apache.camel</groupId> > > <artifactId>camel-quickfix</artifactId> > > </dependency> > > > > > > Geoffrey A Gershaw > > CREDIT SUISSE > > Information Technology | Credit eTrading Development, KFVB 525 > > 7033 Louis Stephens Drive | 27560 Research Triangle Park | United States > > Phone +1 919 994 6412 > > [email protected] | www.credit-suisse.com > <http://www.credit-suisse.com/> > > > > > > > =============================================================================== > Please access the attached hyperlink for an important electronic > communications disclaimer: > http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html > > =============================================================================== > >
