MessageContext being returned as null from WebServiceContext.getMessageContext() in JBoss EAP 6
Issue
In a WebService method, we have access to the MessageContext object with:
'MessageContext context = webServiceContext.getMessageContext();'
the webServiceContext variable is injected with:
@Resource
WebServiceContext webServiceContext;
We detected that after a call to a webservice client, the webServiceContext.getMessageContext() returns null.
Environment
Red Hat JBoss Enterprise Application Platform 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
