You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2016/08/04 10:10:20 UTC

[jira] [Resolved] (CXF-6979) NPE in AbstractHTTPDestination.invoke when service is invoked very early

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

Christian Schneider resolved CXF-6979.
--------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.2.0)
                   3.1.7

I think this should be done

> NPE in AbstractHTTPDestination.invoke when service is invoked very early
> ------------------------------------------------------------------------
>
>                 Key: CXF-6979
>                 URL: https://issues.apache.org/jira/browse/CXF-6979
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 3.1.6
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 3.1.7
>
>
> Happens when doing mvn clean install in DOSGi.
> It seems the incomingObserver is still null at this point. A possible fix is to set the observer before starting the endpoint.
> java.lang.NullPointerException
> 	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:254)
> http://apaste.info/xk7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)