Reputation: 2084
Please, I tried to add a simple session Bean to my javaee6 project and when I right clicked on the project->EJB->session Bean as shown on this link:
and clicked next, I got to the next link:
Everything was ok but i can't add the project's name. The drop down box is not clickable, and when I clicked on the source folder's text area, and clicked the Browse button, it didn't work as well.I have tried all I could to add the project's name but to no avail. Could anyone tell me why this is so?
Thanks
Upvotes: 0
Views: 225
Reputation: 11
Right-click the project, select Properties. Click on “Project Facets” and click “Convert to faceted form”. Check the “EJB Module” and select the version as 3.0 or 3.1
Upvotes: 0