[
https://issues.apache.org/jira/browse/CAMEL-7256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-7256.
---------------------------------
Resolution: Fixed
> NullPointerException at DefaultCxfRsBinding
> -------------------------------------------
>
> Key: CAMEL-7256
> URL: https://issues.apache.org/jira/browse/CAMEL-7256
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.12.1
> Reporter: Valentin Mayamsin
> Assignee: Willem Jiang
> Fix For: 2.12.4, 2.13.0
>
>
> In case if message.isFault() is true, but no Exception set:
> {code}
> Caused by: java.lang.NullPointerException
> at
> org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding.populateCxfRsResponseFromExchange(DefaultCxfRsBinding.java:76)[202:org.apache.camel.camel-cxf:2.12.1]
> at
> org.apache.camel.component.cxf.jaxrs.CxfRsInvoker.returnResponse(CxfRsInvoker.java:166)[202:org.apache.camel.camel-cxf:2.12.1]
> at
> org.apache.camel.component.cxf.jaxrs.CxfRsInvoker.asyncInvoke(CxfRsInvoker.java:107)[202:org.apache.camel.camel-cxf:2.12.1]
> at
> org.apache.camel.component.cxf.jaxrs.CxfRsInvoker.performInvocation(CxfRsInvoker.java:57)[202:org.apache.camel.camel-cxf:2.12.1]
> at
> org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)[158:org.apache.cxf.cxf-api:2.7.6]
> ... 23 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)