Hi,
Thanks... It is as you say. It was me not getting the url right...
Had to do this though:
***************************************************************************
package com....;
import com.google.inject.Inject;
import com.google.inject.Injector;
import org.apache.camel.CamelContext;
import org.apache.cxf.BusFactory;
import org.apache.cxf.transport.servlet.CXFNonSpringServlet;
import javax.servlet.ServletConfig;
public class MyCXFServlet extends CXFNonSpringServlet {
@Override
protected void loadBus(ServletConfig sc) {
setBus(BusFactory.getDefaultBus());
}
}
*************************************************************************
--
View this message in context:
http://camel.465427.n5.nabble.com/WS-with-Camel-CXF-Jetty-Guice-No-Spring-tp5721940p5721982.html
Sent from the Camel - Users mailing list archive at Nabble.com.