Java Bean Problem [message #645169] |
Wed, 15 December 2010 13:50  |
Eclipse User |
|
|
|
Eclipse Helios
Glassfish v3
I apologize if this is a double-post. It has been a while since I thought I posted, so I figured I pushed cancel instead of post.
I have three applications that are clients communicating with ejb's via servlets. For each application I: a) created a java project for client b) created a java project for shared object types c) created an EJB project for the stateless ejb's d) created a web project for the servlets.
The ejb project includes several external jar files in its deployment (e.g. mybatis), and the shared project. The web project includes the ejb project and the shared project in its deployment.
When I go to deploy the web project it says it can't find any ejb's and the deployment fails. The ejb project shows all 13 session beans.
java.lang.RuntimeException: Unable to load EJB module. DeploymentContext does not contain any EJB Check archive to ensure correct packaging for /usr/local/glassfishv3/glassfish/domains/SCS/eclipseApps/Scs AdminWeb
I must be doing something wrong
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05714 seconds