You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2014/04/16 18:14:17 UTC

[jira] [Resolved] (CXF-5689) NPE at ThreadLocalProviders.getContextResolver()

     [ https://issues.apache.org/jira/browse/CXF-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-5689.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
                   2.7.12
         Assignee: Sergey Beryozkin

> NPE at ThreadLocalProviders.getContextResolver()
> ------------------------------------------------
>
>                 Key: CXF-5689
>                 URL: https://issues.apache.org/jira/browse/CXF-5689
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.7.11
>            Reporter: Hooman Valibeigi
>            Assignee: Sergey Beryozkin
>             Fix For: 2.7.12, 3.0.0
>
>
> I have extensions of the following classes in my application used as providers when creating jaxrs clients or servers.
> javax.ws.rs.ext.ContextResolver
> javax.ws.rs.ext.MessageBodyReader
> javax.ws.rs.ext.MessageBodyWriter
> javax.ws.rs.ext.ExceptionMapper
> org.apache.cxf.jaxrs.client.ResponseExceptionMapper
> All my custom providers have the following member field injected at runtime.
> @Context private Providers providers;
> Within the providers' methods I'm calling this:
> providers.getContextResolver(aClass, aMediaType);
> This is causing a NullPointerException for the ResponseExceptionMapper. All the other providers have no problem getting the context resolver.
> java.lang.NullPointerException
>         at org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders.getContextResolver(ThreadLocalProviders.java:50)



--
This message was sent by Atlassian JIRA
(v6.2#6252)