Reputation: 55
While creating a new session bean in eclipse for an ejb project, I can't seem to select the project name and hence cannot create a session bean.
I'm using JBoss 7.1 ,ejb module 3.1 and jdk 1.8.
Upvotes: 1
Views: 813
Reputation: 11
I guess you have solved this problem. But I also meet this problem today. The reason is that the project need to include "EJB Module". Just right-click on your project that need to add session bean. chose "Properities", then chose "Project Facets". Make sure "EJB Module" is selected. Then click "ok" to confirm your change. That's all.Project Facets view
Upvotes: 1