Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
11.0
-
None
-
None
Description
- Create New Enterprise Application With One EJB Module and One WebApp
- Create Some business method in EJB Module
- Inject EJB usin @EJB annotation in Servlet
- Set BreakPoint in the Servlet at the line that invokes EJB Module
- Invoke Servlet. When breakpoint is reached Press F7 (Step into)
NetBeans does not step into business method. If you set the breakpoint in the business method, then it works.