Christian Schneider created CXF-6979: ----------------------------------------
Summary: 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, 3.2.0 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)