netbeans
netbeans copied to clipboard
Adding JSF to jakarta ee project
Apache NetBeans version
Apache NetBeans latest daily build
What happened
I assumed that this version of NetBeans includes JSF support at JakartaEE 9
How to reproduce
- Create new maven web project, with GlassFish server and Java EE version "Jakarta EE 9 Web".
- In properties window, at Frameworks category, add "JavaServer Faces" framework.
- Click in OK button
- Netbeans shows message:"Project contains unknown version or unparsable deployment descriptor which was not recognized. You have to do Struts registration into web.xml manually."
Did this work correctly in an earlier version?
No
Operating System
Windows 10
JDK
11
Apache NetBeans packaging
Own source build
Anything else
No response
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes
It works with PR-4438. Tested with GlassFish 6.2.5 and Jakarta EE 9.1
