]
Brian Stansberry commented on WFLY-3260:
----------------------------------------
Isn't this done?
Fix WSTestCase
--------------
Key: WFLY-3260
URL:
https://issues.jboss.org/browse/WFLY-3260
Project: WildFly
Issue Type: Bug
Components: Test Suite, Web Services
Affects Versions: 8.1.0.CR1
Reporter: Matus Abaffy
Assignee: Matus Abaffy
Package org.jboss.as.test.smoke.webservices contains SimpleStatelessSessionBean with
several @WebServiceRef injection points.
SimpleStatelessSessionBean is injected into SimpleServlet. However, SimpleServlet is
never initialized and an instance of SimpleStatelessSessionBean is never created.
Therefore, no @WebServiceRef injection is tested here.