Hello, everybody. I have another issue I need help with. We've recently converted from
JBoss to Wildfly 8. Currently I'm trying to build an ear file in order to deploy it to Wildfly 8. It builds and deploys fine, but when I'm using an uploader, which is a part of the application, it gives me the following exception:
Looks like it's complaining about commons-logging jar, which I included as a dependency (I tried marking it as provided, but to no avail). Here's my pom.xml file, to give a better picture. Thanks in advance.