Hi,
I’m struggling while trying to deploy a EJB inside a EAR.
I do get NoClassDefFoundException. This is because of a missing MANIFEST.MF file in the ejb-jar. When I manually add the manifest with the class path, everything is fine. But for the automated EAR deployment using MyEclipseIde the manifest file is missing.
What properties have to be set in order to get the manifest into the deployable?
many thanks in advance,
Dirk