]
Matus Abaffy updated WFLY-3260:
-------------------------------
Git Pull Request:
Fix WSTestCase
--------------
Key: WFLY-3260
URL:
https://issues.jboss.org/browse/WFLY-3260
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
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.