CAMEL-9883 : Add a SpringCache based idempotent repository (fix build)

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52a3377e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52a3377e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52a3377e

Branch: refs/heads/camel-2.17.x
Commit: 52a3377ea12d3749dd584444ff43d012ba890011
Parents: a6b354a
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Tue Apr 26 14:59:57 2016 +0200
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Tue Apr 26 14:59:57 2016 +0200

----------------------------------------------------------------------
 components/camel-infinispan/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/52a3377e/components/camel-infinispan/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/pom.xml 
b/components/camel-infinispan/pom.xml
index c7311f7..c3ad163 100644
--- a/components/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/pom.xml
@@ -281,6 +281,8 @@
                                             
<command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=include_current_state:add(configuration=default)</command>
                                             <!-- Separate cache for protobuf 
serialized objects. -->
                                             
<command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=misc_cache:add(configuration=default)</command>
+                                            <!-- Separate cache for protobuf 
serialized objects. -->
+                                            
<command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=idempotent:add(configuration=default)</command>
                                         </commands>
                                     </executeCommands>
                                 </configuration>

Reply via email to