You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2019/10/16 09:44:00 UTC

[jira] [Created] (KARAF-6456) KarafTestSupport should check if etc/org.ops4j.pax.logging.cfg resource exists

Jean-Baptiste Onofré created KARAF-6456:
-------------------------------------------

             Summary: KarafTestSupport should check if etc/org.ops4j.pax.logging.cfg resource exists
                 Key: KARAF-6456
                 URL: https://issues.apache.org/jira/browse/KARAF-6456
             Project: Karaf
          Issue Type: Bug
          Components: karaf
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.3.0, 4.2.8


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:

{code}
 java.lang.RuntimeException: Config resource /etc/org.ops4j.pax.logging.cfg not found
{code}

The only workaround is to override the {{config()}} method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)