-
Bug
-
Resolution: Won't Do
-
Major
-
3.1.0.M4, 3.1.0.CR1
-
None
-
OS X 1.6.2, Eclipse Galieo for JEE 32-bit
Artefacts used by EJB Modules are addded to the ear lib folder (correct) and also added to war's lib folder (incorrect). Further the ejb module itself is also added to the war's lib folder. the result are java.lang.ClassCastExceptions, because the classes are found twice and loaded by different classloaders.
I did:
1. import existing maven project
2. Add ear modul to server
3. Clean server