loester,
Here is what I did, see if you can tell what I missed:
1) Create new EAR, added a single EJB module.
2) Confirmed the EJB module by going to the EAR, right clicking and doing MyEclipse > Add/Remove Modules
3) Right-clicked on EJB project, refactored named to “EJBTEST”, hit OK
4) Reopened the EAR module list, and confirmed the referenced project was renamed to EJBTEST.
5) Manually opened application.xml and confirmed the ejb listed was EJBTEST.jar
Seems to be working… what happens when you do exactly the steps I did above? What did I do wrong?