Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
None
Description
The servlet api module misses the beans.xml file.
It contains the WebResourceProvider, which is an ApplicationScoped bean, resolved in InjectableResourceProducer through BeanProvider.
Also, the WebResourceProviderTest needs to be corrected. It didn't catch this issue, because the WebResourceProvider is explicitly added to the test archive through addClass. That statement should be removed.