You fixed it!
Hehe. So thinking about how I'd get you the project; I just fired up
12.1 again.Still no "Web Pages" node. Interestingly, "Generated
Sources" was gone -- but that isn't really important.
I figured I'd rifle thru options and plugins one last time.I
noticed Plugins->Insta
Hello,
In a Maven Web application, NetBeans 12.1, Windows 10.
Alt-Insert "Use an Entity Manager..." in an EJB stateless inserts code
for a bean managed transaction, even if the transaction is managed by
the container.
Code inserted:
@PersistenceContext(unitName = "customerPU")
private E