I verified the example using the trunk code. If you would add the following dependency then the example works again:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
And make sure to do:
mvn compile
Before you launch Jetty:
mvn jetty:run
Babak
--
View this message in context:
http://camel.465427.n5.nabble.com/Tutorial-1-fails-running-with-exception-tp5719278p5719285.html
Sent from the Camel - Users mailing list archive at Nabble.com.
