Re: WS with Camel CXF Jetty Guice - No Spring!

2012-11-01 Thread per.ullberg
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; i

WS with Camel CXF Jetty Guice - No Spring!

2012-11-01 Thread per.ullberg
Hi, I have an ESB based on Camel, Guice and Jetty. We're not doing any Spring at the moment and would like to save that can of worms for another day. But, Now I need to add an inbound CXF endpoint. All examples I can find is with Spring. Could someone point me to a good example or write one up f

CamelModule does not bind provided components to the camel context

2012-09-25 Thread per.ullberg
Hi, I'm having trouble getting a small example working with CamelModule. Heres the code: And the error: If I add a code snippet that adds the components to the context it works: So I figure that the GuiceCamelContext does not properly find the components that I try to name with JndiBi