Community
Participate
Working Groups
In a Servlet (web) 3.0 dynamic web app with no deployment descriptor (web.xml), right-clicking the "Deployment Descriptor" node in the Project Explorer and selecting "Generate Deployment Descriptor Stub" results in a web.xml file with the following namespace in the document element: xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd". Why is the "web" namespace specified at all? It is unused.
*** This bug has been marked as a duplicate of bug 333259 ***