This time your problem is that you declared the spring-jdbc dependency to be only of the scope *test* (the class 'org.springframework.jdbc.datasource.DriverManagerDataSource' is inside that jar).
So remove that restriction to have the dependency at the default scope, that's compile. Maybe try also [1] to become familiar with maven. [1] http://www.sonatype.com/books/mvnref-book/reference/ Babak -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-spring-Main-class-not-found-exception-tp5025882p5026706.html Sent from the Camel - Users mailing list archive at Nabble.com.