Re: GRADLE: 'Web Pages' project node gone in NB 12.1?

2020-09-25 Thread Fred Welland
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

Alt-insert "Use an Entity Manager" does not work

2020-09-25 Thread Richard Grin
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