Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have a plain EJB module with an existing ejb-jar descriptor, and have no intention of using XDoclet. The descriptor resides in the META-INF directory as usual. However, MyEclipse does not seem to pick it up upon deployment.
Does MyEclipse support ejb-jar deployment? If so, how do I tell ME about my ejb-jar file?
Christian,
I’m assuming you are using an MyEclipse EJB Project correct? Are you simply trying to deploy the EJB directly to your app server, or as part of an EAR?
Also when you say “does not seem to pick it up”, could you be more specific?
well, I have an EJB project which is referenced by an EAR project. The ejb prj contains a META-INF directory on the top project level, which has the ejb-jar.xml file. A standard ejb setup IMO.
I am deploying through the ear project. All compiled files from the ejb project are copied ok – but the ejb-jar file is left alone.
you are referring to the standard EJB jar file format? Yes, there must be a META-INF directory at the root, containing the ejb-jar.xml and any server-specific files. My project mirrors this structure as well.