Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.4
-
None
-
openjdk15
OSX 11.4 (20F71)
NB12.4 recently installed - has not been messed with
Description
replicating:
- create enterprise project including EJB and Web module etc.
- create EJB XYZ with Local interface. Add business method
- create REST WS in the web project
- inside a REST method, Ctrl-I and select Call Enterprise Bean
- navigate to XYZ EJB module, and select the XYZ EJB.
see red warning "selected bean is not in the same enterprise module". see screenshot
this project was created previously using the same steps as above, in NB12.1 or something. It deploys and runs using @Local references so clearly this is a regression (or some other change in project structure constraints).