Hi,
SysConfig: Eclipse 2.1.0, JDK 1.4.1, MyEclipse 2.6.0 running on Windows NT 4.0, JBoss 2.4
I have the following projects:
CORE: Simple Java-project providing base-classes for all apps
GROUP: Simple Java-project providing the ejb-interfaces and valueobjects for this app
WEB: A Web-project providing the user-interface
EJB: AN EJB-project providing the ejb-implementations
EJB depends on GROUP, CORE and some external jars
Web depends on GROUP, CORE and some external jars
GROUP depends on CORE
I have set up these dependencies in the project poperties fpor build-path and also checked “export” for the libs and the projects on which the ejb depends on.
The problem is, that only the contents of the WEB and EJB-project is really inserted in the ear file (btw. in the contained jar/war-files). Neither the external libraries (like struts or log4j) nor the contents of the projects CORE and GROUP are included. 😥
So the deployment is not possible due to ClassNotFoundExceptions. ❗
What am i doing wrong? Do I have to specifiy the exported jars at an additional place? If this is a bug is there a workaround?
Thanks for replies
Michael