Missing EJB-Module jarfile in EAR file

Building a J2EE Application Module containing a
EJB Module does produce an *.EAR file but does not contain the EJB.jar with the EJB classes from the EJB module.
A make of the EJB module produces a correct EJB.jar.
But the ear file contains only application.xml and the Manifest.mf
Any idea's ?

0
Avatar
Permanently deleted user

I just fount the missing setting :)
(packaging method -> include....) in the J2EE module settings

0

请先登录再写评论。