471071 jetty-infinispan.xml incorrect syntax for remote named cache

This commit is contained in:
Jan Bartel 2015-06-26 15:24:08 +10:00
parent 7ebbe58c81
commit 96f7856b89
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@
<!-- ===================================================================== -->
<!--
<New id="hotrodMgr" class="org.infinispan.client.hotrod.RemoteCacheManager">
<Get id="cache" name="cache">sessions</Get>
<Call id="cache" name="getCache">
<Arg>sessions</Arg>
</Call>
</New>
-->