]
R Searls reassigned WFLY-7873:
------------------------------
Assignee: R Searls (was: Stuart Douglas)
JaxRS archive does not warn when no servlet is provided.
--------------------------------------------------------
Key: WFLY-7873
URL:
https://issues.jboss.org/browse/WFLY-7873
Project: WildFly
Issue Type: Bug
Components: REST
Reporter: R Searls
Assignee: R Searls
Priority: Minor
A jaxrs WAR archive must provide a servlet declaration either as a class that extends
javax.ws.rs.core.Application or declare a servlet class in web.xml. If neither is
provided
a warning messages should be provided during the deployment process.
This addresses the issue flagged in
https://issues.jboss.org/browse/JBEAP-8163