On Mon, Aug 22, 2011 at 10:41 AM, julian+activ...@dotr.com <julian+activ...@dotr.com> wrote: > Claus, thanks for the pointers ! > > However, I still don't know where to get camel-mail.jar from. Is there a > components download area that I am just not seeing ? >
You can download it from maven central http://repo2.maven.org/maven2/org/apache/camel/camel-mail/ Or download Apache Camel ZIP file that has all the components http://camel.apache.org/download Mind that you should use the same version of the Camel JAR that ActiveMQ is already using. For example Apache ActiveMQ 5.5.0 uses Apache Camel 2.7.0. So in that case you should use Camel 2.7.0 version. > I am running the standalone activemq server, with the built-in camel. > > The maven dependecy xml should be put into > > ./webapps/camel/META-INF/maven/org.apache.camel/camel-web/pom.xml > > right ? No the maven dependency is only usable if you develop projects and you use Apache Maven. In your case you should not need it. > > and the maven jar should be placed in lib as well ? No. The camel-mail JAR + the mail JAR should be placed in there. > > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Teach-a-man-to-fish-tp4722377p4722593.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/