Description
When simply extending KarafTestSupport to create an itest, the configuration method in KarafTestSupport is looking for org.ops4j.pax.logging.cfg resource.
It means the itest is failing with:
java.lang.RuntimeException: Config resource /etc/org.ops4j.pax.logging.cfg not found
The only workaround is to override the config() method.
Attachments
Issue Links
- is related to
-
KARAF-6457 KarafTestSupport should not "force" the version variables
- Resolved