[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] J2EE module dependency on classes
|
- From: UngerKlaus@xxxxxx (Klaus Unger)
- Date: Fri, 26 Oct 2007 20:21:17 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
(I have posted this yesterday but the messege disappeared from the list
somehow...?)
Hello,
I have a dynamic web project that uses a sesionbean of another ejb
project. However when deployed and running on glassfish i get
NoClassDefFound on the bean.
I added the ejb project to the J2EE module dependencies, however the
module is not contained in WEB-INF/lib of the deployed directory/war.
Note this is NOT related to jar libs to the bean project (which all the
other posts seem to be about) but to an actual class in the bean project.
For simplcity the linked ejb project does not contain any libs (except
JRE).
Any ideas?
Best Regards
Klaus
P.S.: Using eclipse 3.3 with all the WST features beeing 2.0.1.v2007091
P.P.S.: I did hit apply and the dependency checkbox does persist.