]
Matus Abaffy resolved WFLY-3260.
--------------------------------
Fix Version/s: 9.0.0.Alpha1
Resolution: 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
Fix For: 9.0.0.Alpha1
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.