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
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
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