hi,
versions:
Eclipse mars
Oracle weblogic server tools 8.2.0
Weblogic 12.1.3
we have a maven multimodule project. Its made of a war (web part), and a jar (backend part), plus several jars, all packed into an ear.
When we deploy the ear via the console everything works fine. But when we add the ear into weblogic server in eclipse, at deploy we got an exception.
<2015.08.11. 14:23:38 CEST> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <
java.io.FileNotFoundException: C:\work\iier2\workspace\eclipse\.metadata\.plugins\org.eclipse.core.resources\.projects\iier2-ear\beadep\backend\iier2-ear\lib\ulyfaces-components.jar (A hozzáférés megtagadva)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:215)
at java.util.zip.ZipFile.<init>(ZipFile.java:145)
at java.util.jar.JarFile.<init>(JarFile.java:153)
at java.util.jar.JarFile.<init>(JarFile.java:90)
Truncated. see log file for complete stacktrace
the thing is, ulyfaces-components.jar is a jar in my ear, but its exploded by the eclipse plugin to an ulyfaces-components.jar directory - it seems like something is looking for a jar file instead of a directory... any idea how to solve this?