Hi,
1. I’m using MyEclipse 6.0.1 GA, Build ID: 6.0.1-GA-200710 with jBoss application server.
2. My EAR project contains several EJB projects and a WAR project.
3. All these projects uses 3rd party jar files.
The problem is when deploying the EAR file into jBoss (either exploded or packaged archive). Applerantly the IDE creates a “lib” folder in the Ear file (within its first root level), and put all 3rd party jar files in this folder, causing jBoss to crash at runtime, since it does not find the jars.
If I copy manually all these jars, and place them directly under the EAR, everything is working fine.
MyEcplise IDE 5.5.1GA, put these jars directly under the EAR – And it is working fine.
(NOTE: “Dependent Java Project Deployment Policy” is configured exactly as in IDE 5.5.1GA)
Any ideas?
Guy Hudara