1 Reply Latest reply on Jun 9, 2009 8:31 AM by cverbiest

    How to install camel-mail

    cverbiest

      Hi,

      I'm trying to add camel-mail to the Fuse Message Broker.

       

      I have added following files to the lib directory

       

      from fuse mediation router camel-mail.jar

      from sun javamail mail.jar

      from lib/optional/ spring*

       

      If I add  following endpoint to activemq.xml

      <to uri="smtp://eserv2003:25?to=test@xxxx.yyy"/>

       

      I get an error when starting the

      ...

      INFO  DefaultCamelContext            - Apache Camel 1.6.0.0-fuse (CamelContext:camel) is starting

      Failed to execute main task. Reason: java.lang.NoClassDefFoundError: org/springframework/mail/javamail/JavaMailSender

      INFO  BrokerService                  - ActiveMQ Message Broker (ccecustsrv, ID:ccecustsrv.cce.local-50568-1244548583451-0:0) is shutting down

      ...

       

      Can this be done ?

      Where can I find the dependencies for camel-mail ?

       

      Thanks for any assistance

      Carl