Hi all,
I follow this link:
https://github.com/ops4j/org.ops4j.pax.exam2/tree/master/samples/exam-itest-sample-karaf
it's was very usefull, now, my project with pax-exam works. (karaf2.3.5, and
pax-exam 3.4.0).
I would like to improve it, to shared my configuration for my project, and
not rewrite everytime
@configuration
public Option[] config() {
......
I did a configuration class (CommonConfigurationFactory in in jar file), and
I would like to use it in each modules, but I have the following error:
CommonConfigurationFactory not found by PAXEXAM-PROBE ........
The best practice to do that? am I on the right way?
--
View this message in context:
http://karaf.922171.n3.nabble.com/integrating-test-with-pax-exam-tp4032704p4032951.html
Sent from the Karaf - User mailing list archive at Nabble.com.