@WebServlet is not working
--------------------------
Key: WFLY-10010
URL:
https://issues.jboss.org/browse/WFLY-10010
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 12.0.0.Final
Environment: WildFly 12.0.0.Final
JDK 9
Reporter: Rakesh K. Cherukuri
Assignee: Stuart Douglas
Priority: Critical
Labels: @WebServlet
Attachments: web-servlet-not-working.zip
Trying to deploy a simple web module in wildfly 12 that has one servlet with
@WebServlet.
Expectation: The servlet is available at the configured URL
Actual : Servlet is not put into service and consequently URL gets 404
Attached is the full module.
NOTE : The same war file works in WildFly 11 but NOT in WildFly 12