Just couple of questions:

Did you make any modifications of your own inside the example before
launching it with "mvn jetty:run"?
Did you really make use of the 2.9.3 distribution?
And which Maven, JDK and OS did you try it with?

Babak


domenico wrote
> 
> Hi Babak
> 
> Many thanks for the hint. But again, no success. I still get the same
> exception on mvn jetty:run
> 
> java.lang.ClassNotFoundException:
> org.springframework.web.context.ContextLoaderListener
> java.lang.ClassNotFoundException:
> org.apache.cxf.transport.servlet.CXFServlet
> javax.servlet.UnavailableException:
> org.apache.cxf.transport.servlet.CXFServlet
> java.lang.NullPointerException
> 
> I had a look at the web.xml. Both, ContextLoaderListener and CXFServlet
> are requested in there. Now loolking at the classpath I see that it is
> defined as follows in the web.xml:
> 
> <param-value>classpath:camel-config.xml</param-value>
> 
> So I checked "the camel-config.xml" and it contains the following
> classpath:
> 
> <import resource="classpath:META-INF/cxf/cxf.xml"/>
> 
> which I cannot find anywhere. Am I on the wrong track here?
> 
> many thanks again
> Domenico
> 




--
View this message in context: 
http://camel.465427.n5.nabble.com/Tutorial-1-fails-running-with-exception-tp5719278p5719477.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to