You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/02/25 15:50:44 UTC

[jira] [Created] (CAMEL-10896) camel-infinispan - Stores result in header and not body

Claus Ibsen created CAMEL-10896:
-----------------------------------

             Summary: camel-infinispan - Stores result in header and not body
                 Key: CAMEL-10896
                 URL: https://issues.apache.org/jira/browse/CAMEL-10896
             Project: Camel
          Issue Type: Improvement
          Components: camel-infinispan
            Reporter: Claus Ibsen


This component sadly does not work like others like hazelcast etc where the result is by default in message body, so it stores all magically in some result header which you do not expect. 

So if you want to store some message body in a map cache you have to use headers and whatnot.

We should add some way to configure this to work more like the others. Also it should have better NPE check as you can get NPEs such as
{code}
java.lang.NullPointerException
	at org.apache.camel.component.infinispan.InfinispanOperation$Operation$7.execute(InfinispanOperation.java:183)
	at org.apache.camel.component.infinispan.InfinispanOperation.process(InfinispanOperation.java:45)
	at org.apache.camel.component.infinispan.InfinispanProducer.process(InfinispanProducer.java:34)
{code}





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