Injection of WebServiceContext using the @Resource annotation doesn't work.
The following code in your bean will leave wsCts null and could lead to NullPointerExceptions.
@Resource
WebServiceContext wsCtx;
Description
Injection of WebServiceContext using the @Resource annotation doesn't work.
The following code in your bean will leave wsCts null and could lead to NullPointerExceptions.
@Resource
WebServiceContext wsCtx;