I'd like to test my camel routes (which have Http endpoints) which are
deployed on my custom karaf distro.

The problem with using Pax Exam is that the tests are executed as bundles
inside the container.

I'd like my test to treat karaf as a black box. Use a simple HttpClient to
make requests to Karaf and process the results.

If I run the test inside Pax Exam my tests fail because my dependencies
(e.g. Apache HttpClient) aren't found in any of the bundles deployed in
karaf.

I think i'm missing something obvious here, any help would be greatly
appreciated. Thank you

Oli






--
View this message in context: 
http://karaf.922171.n3.nabble.com/How-to-test-my-Camel-Routes-on-Karaf-using-Pax-Exam-tp4033218.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to