Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.6
-
Fix Version/s: 3.1.7
-
Component/s: Transports
-
Labels:None
-
Estimated Complexity:Unknown
Description
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)