Reputation: 109
I follow this tutorial and I am told to create a Session Beans for Entity Classes. The instructions are as follow :
1. Press Ctrl-N (⌘-N on Mac) to open the File wizard.
2. Select the Persistence category, then select Session Beans for Entity Classes.
But in my version of Netbeans (8.2) there is no "Session Beans for Entity Classes". Instead, different from the turorial, I have "DB scripts for Entity classes".
Is it in a different folder ? Do I have to install it separately ?
Upvotes: 0
Views: 1140
Reputation: 125
I had the same problem, it was because i was not using a web application, if you create a maven web application and you look for session beans for entity classes you'll find it. (Maybe your project weren't a web aplication)
Upvotes: 2
Reputation: 1
You choose New / Other. Then search "session" in filter, then choose "Session Beans for Entity Classes"
Upvotes: 0