Well, I have an EAR project with the following structure:
EarSample
- EarSample-ejb.jar
- EarSample-web.war
Inside the EJB module a have a simple stateless session bean with no interfaces (no-view interface).
What's happening is that I'm not being able to inject that EJB in a JSF managed bean packaged in war module. Netbeans not even sees the class.
I've already tried GF 3/4 and Payara.
Any help will be appreciated. Thank you.