Details
Description
When trying to use log4j 2.0-rc1 with EJB3.1 i got Error Message:
"ERROR StatusLogger Could not search jar file 'jboss-eap-6.2\standalone\deployments\Log4J2Ear.ear\lib\log4j-core-2.0-rc1.jar\org\apache\logging\log4j\core' for classes matching criteria: annotated with @Plugin file not found"
after debugging the application found that the problem is located in :
org.apache.logging.log4j.core.config.plugins.ResolverUtil
method: findInPackage --> line number 247
the protocol used in the jar is vfs not vfszip