Hi, I am also a newbie. When I tried the first example in Eclipse http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html
I am getting an error with the logger: Exception in thread "main" java.lang.NullPointerException at org.apache.logging.log4j.LogManager.getContext(LogManager.java:187) at org.apache.log4j.LogManager$PrivateManager.getContext(LogManager.java:57) at org.apache.log4j.LogManager.getLogger(LogManager.java:34) at MainExample.<init>(MainExample.java:14) at MainExample.main(MainExample.java:18) I have all the jar files added to the classpath. What am I missing here? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Need-a-example-for-Camel-Bindy-tp5714791p5719148.html Sent from the Camel - Users mailing list archive at Nabble.com.