Re: Log4j2 integration classloading woes

2021-01-23 Thread Dimitrios Jim Piliouras
Hi Eugen, Many thanks for your response, and apologies for the late reply. I followed the JIRA conversation and the various links, and ended up here [1] which seems to be the exact problem I am facing. The thing is that this seems to have resolved on Java side many years ago. I believe I was

Re: Log4j2 integration classloading woes

2021-01-19 Thread Eugen Stan
Hello Dimitris, I think I have encountered the same issue and I found a solution for it while working on OFBiz. See this if it helps: https://issues.apache.org/jira/browse/OFBIZ-12118 And the solution: URLConnection connection = url.openConnection(); //