This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 5eae932 AXIS2-5993: Move log4j2.xml to a location where it is
actually used
5eae932 is described below
commit 5eae9329420c29ca4eb34a11dc3236eb8fbb3f8b
Author: Andreas Veithen <[email protected]>
AuthorDate: Wed Dec 30 16:48:48 2020 +0000
AXIS2-5993: Move log4j2.xml to a location where it is actually used
---
modules/jaxws-integration/{test-resources => src/test/java}/log4j2.xml | 0
.../org/apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/jaxws-integration/test-resources/log4j2.xml
b/modules/jaxws-integration/src/test/java/log4j2.xml
similarity index 100%
rename from modules/jaxws-integration/test-resources/log4j2.xml
rename to modules/jaxws-integration/src/test/java/log4j2.xml
diff --git
a/modules/jaxws-integration/src/test/java/org/apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java
b/modules/jaxws-integration/src/test/java/org/apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java
index 9936615..e94ae22 100644
---
a/modules/jaxws-integration/src/test/java/org/apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java
+++
b/modules/jaxws-integration/src/test/java/org/apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java
@@ -86,7 +86,7 @@ public class DispatchXMessageDataSourceTests {
};
String resourceDir =
System.getProperty("basedir",".")+"/"+"test-resources";
- File file3 = new File(resourceDir+File.separator+"log4j2.xml");
+ File file3 = new File(resourceDir+File.separator+"axis2.xml");
attachmentDS = new FileDataSource(file3);
}