On Wed, May 5, 2010 at 5:31 PM, Davis, Dorothea <dorothea_da...@homedepot.com> wrote: > > 1 more clue. > > I am getting the error after adding 3 jar files for the 'el' language > geronimo-el_1.0_spec-1.0.1.jar > juel-2.1.2.jar > camel-juel-2.2.0-fuse-01-00.jar > > for this type of route: > > <route> > <from uri="activemq:queue:BR0.ISPA.ST9056"/> > <choice> > <when> > <el>${in.headers.queueName == 'PT.LOAD.DATA'}</el> > <to uri="activemq:queue:BR0.ISPA.ST9056.PT.LOAD.DATA"/> > </when> > <otherwise> > <to uri="activemq:queue:UNKNOWN-DESTINATION"/> > </otherwise> > </choice> > </route> > > THANKS for your help!
If it's the same error as the one in your original message, then it's probably just the same problem -- the JAXB jars are missing from the classpath. You should really ask about this on the Camel mailing list since it's an issue with Camel. Information about the Camel mailing list can be found here: http://camel.apache.org/mailing-lists.html Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' ActiveMQ in Action: http://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://twitter.com/brucesnyder