Skip to content

Commit cf9e092

Browse files
gbabcankaresti
authored andcommitted
JDG-1448 camel-jbossdatagrid-fuse
1 parent 1ea6f87 commit cf9e092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camel-jbossdatagrid-fuse/local-datagrid-consumer/src/main/resources/OSGI-INF/blueprint/local-camel-consumer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</setHeader>
1919
<to uri="infinispan://camel-datastore?cacheContainer=#cacheManager&amp;command=GET" />
2020
<setBody>
21-
<simple>${header.CamelInfinispanOperationResult}</simple>
21+
<simple>${body}</simple>
2222
</setBody>
2323
<marshal ref="gson" />
2424
<convertBodyTo type="java.lang.String" />

0 commit comments

Comments
 (0)