On 17/04/2008, EJLeVin1 <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>      I am working with camel in the new AMQ 5.1 RC (I just pulled the latest
>  binaries yesterday) and am trying to get a dynamic router working based on a
>  JMS header that is coming into one of my queues.  I believe the problem I am
>  having is related to the included jar files; however, I can't seem to find
>  which jar files are required.
>
>  Here is what I'm doing:
>
>  <route>
>      <from uri="activemq:MyQueue" />
>      <recipientList>
>           <el>activemq:topic:MyTopic.${in.headers.someheader}</el>
>      </recipientList>
>  </route>
>
>  I tried copying over just the camel-juel jar into the <AMQ>/lib directory
>  and that failed at startup, I then tried downloading the juel-api.jar and
>  juel-impl.jar from juel.sourceforge.net and put them into the same lib
>  directory -- that threw a NullPointerException saying thread "ActiveMQ
>  Failover Worker: 20178986" failed at
>  
> org.apache.activemq.transport.failover.FailoverTransport$2.iterate(FailoverTransport.java:124).
>  Upon this happening I decided to throw a hail-mary and see if copying the
>  entire camel-1.3 bin directory into the <AMQ>/lib (cp -R) would work;
>  however, that didn't seem to help at all.
>
>  Does anyone know the steps at getting el working in the 5.1 AMQ standalone
>  release?

FWIW you could start off writing a little maven project using the
maven pom.xml to figure out all your dependencies (e.g. copying the
camel-juel/pom.xml as a start?

Whats the full stack trace you get BTW?

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to