I am having the same problem
--
View this message in context:
http://camel.465427.n5.nabble.com/CamelBlueprintTestSupport-and-URL-Handler-Service-tp5748113p5748133.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
camel-test-blueprint does not use a real OSGi container. But uses
pojosr which only offers a limited functionality of OSGi container.
For your use-case you need to use pax-exam for testing which bootup a
real Karaf OSGi container.
On Sat, Mar 1, 2014 at 1:29 AM, Christian Posta
wrote:
> if
if you can put together a simple test-case i would gladly take a look
for you. the blueprint test support can be tricky when depending on
external services to be present, but it can usually be coaxed to work
:)
On Fri, Feb 28, 2014 at 11:00 AM, samslara wrote:
> Hello,
> I'm trying to use Camel