Jacob, did you read the support page? http://camel.apache.org/support.html Without some important information, it's very hard to help you.
If you say "deployed using Virgo web-server v2.1", do you mean copying into $VIRGO_HOME/pickup directory? Or did you use the Admin console? Did you install all dependencies before? Which one? The CamelContext.xml file use a schemaLocation definition which includes the Spring versions like: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd and http://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd This causes some failures by me in the past. Try to remove the version numbers: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd --> http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd --> http://camel.apache.org/schema/spring/camel-spring.xsd Christian