MessageContext being returned as null from WebServiceContext.getMessageContext() in JBoss EAP 6

Solution In Progress - Updated -

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.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.