You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2017/03/30 10:29:41 UTC

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

Thomas Diesler created CAMEL-11093:
--------------------------------------

             Summary: NPE when defaultValueProvider is 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)