I have a project that was originally just a regular Eclipse java application project. Now I’m in the process of changing it over to an EJB project. I did this by checking the project out from CVS with the “Checkout as…” and using the wizard to check it out as an EJB project.
What happens next is I can deploy the project to JBoss once or twice using the “Manage Deployments” dialog, but after some events like restarting JBoss, restarting Eclipse or opening/closing the project, it does not show up in the “Manage Deployments” dialog as a deployable project.
What also happens is that when I try to add it as a module to an Enterprise Application project, it is not listed as an “Application Module” in the “New Application Module” dialog.
When I look at the project’s .mymetadata file, I see that it’s type is indeed “EJB”.
The only workaround right now is to delete the project and re-check it out from CVS and then immediately deploy it. This is happening on more than one workstation and is becoming an untenable situation.
Thanks for your help.