Deven
Deven

Reputation: 55

Cannot select project name when creating new session bean in eclipse

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.

screenshot

I'm using JBoss 7.1 ,ejb module 3.1 and jdk 1.8.

Upvotes: 1

Views: 813

Answers (1)

MapleRivers
MapleRivers

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

Related Questions