You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/30 11:00:47 UTC

[jira] [Commented] (CAMEL-11093) NPE when defaultValueProvider not given

    [ https://issues.apache.org/jira/browse/CAMEL-11093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948841#comment-15948841 ] 

ASF GitHub Bot commented on CAMEL-11093:
----------------------------------------

GitHub user tdiesler opened a pull request:

    https://github.com/apache/camel/pull/1584

    [CAMEL-11093] NPE when defaultValueProvider not given

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tdiesler/camel CAMEL-11093

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1584.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1584
    
----
commit b5b3cbd1d539749c6823dfab91b166151ec154e5
Author: Thomas Diesler <th...@jboss.com>
Date:   2017-03-30T10:58:46Z

    [CAMEL-11093] NPE when defaultValueProvider not given

----


> NPE when defaultValueProvider not given
> ---------------------------------------
>
>                 Key: CAMEL-11093
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11093
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core, camel-rabbitmq
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 2.19.0
>
>
> {code}
> Caused by: java.lang.NullPointerException
> 	at org.apache.camel.impl.DefaultMessage.getHeader(DefaultMessage.java:71)
> 	at org.apache.camel.impl.DefaultMessage.getHeader(DefaultMessage.java:126)
> 	at org.apache.camel.component.rabbitmq.RabbitMQProducer.processInOnly(RabbitMQProducer.java:248)
> 	at org.apache.camel.component.rabbitmq.RabbitMQProducer.process(RabbitMQProducer.java:190)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)