You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Valentin Mayamsin (JIRA)" <ji...@apache.org> on 2014/02/27 23:01:22 UTC

[jira] [Updated] (CAMEL-7256) NullPointerException at DefaultCxfRsBinding

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

Valentin Mayamsin updated CAMEL-7256:
-------------------------------------

    Component/s: camel-cxf

> 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
>
> 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.1.5#6160)