Re: problems loading jetty - "Illegal context spec:null" - SOLVED!!!

2010-03-21 Thread hdev
YESYESYES! that did it after replacing jetty-6.1.9 libs with the 6.1.22 libs everything went fine. Thank you very very much for your short and precise analysis, this helped me a lot! Henning Claus Ibsen-2 wrote: > > Hi > > Camel 2.2.0 is using Jetty 6.1.22, so maybe the old 6.1.9 has an iss

Re: problems loading jetty - "Illegal context spec:null"

2010-03-21 Thread hdev
ost:9080/?matchOnUriPrefix=true";).to("mock:one"); > > Willem > > > hdev wrote: >> Hi, >> when I try to start a CamelContext with a simple route >> import org.apache.camel.builder.RouteBuilder; >> import org.apache.camel.impl.DefaultCamelCont

problems loading jetty - "Illegal context spec:null"

2010-03-20 Thread hdev
Hi, when I try to start a CamelContext with a simple route import org.apache.camel.builder.RouteBuilder; import org.apache.camel.impl.DefaultCamelContext; public class Main { public static void main(String[] args) throws Exception { DefaultCamelContext camelContext;