Issue #6021 - Tabs vs Spaces
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
3a457a15d1
commit
e34c1cc312
|
@ -20,11 +20,11 @@
|
||||||
</Call>
|
</Call>
|
||||||
</Call>
|
</Call>
|
||||||
</New>
|
</New>
|
||||||
|
|
||||||
<New id="properties" class="java.util.Properties">
|
<New id="properties" class="java.util.Properties">
|
||||||
<Call name="load">
|
<Call name="load">
|
||||||
<Arg>
|
<Arg>
|
||||||
<New class="java.io.FileInputStream">
|
<New class="java.io.FileInputStream">
|
||||||
<Arg><Property name="jetty.base"/>/resources/hotrod-client.properties</Arg>
|
<Arg><Property name="jetty.base"/>/resources/hotrod-client.properties</Arg>
|
||||||
</New>
|
</New>
|
||||||
</Arg>
|
</Arg>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<Arg><Ref refid="mapping"/></Arg>
|
<Arg><Ref refid="mapping"/></Arg>
|
||||||
</Call>
|
</Call>
|
||||||
</New>
|
</New>
|
||||||
|
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<!-- Convert properties to configuration. -->
|
<!-- Convert properties to configuration. -->
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
</Arg>
|
</Arg>
|
||||||
</Call>
|
</Call>
|
||||||
<Call id="config" name="build"/>
|
<Call id="config" name="build"/>
|
||||||
</New>
|
</New>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<!-- Get a reference to the remote cachemanager. -->
|
<!-- Get a reference to the remote cachemanager. -->
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
<New id="remoteCacheManager" class="org.infinispan.client.hotrod.RemoteCacheManager">
|
<New id="remoteCacheManager" class="org.infinispan.client.hotrod.RemoteCacheManager">
|
||||||
<Arg><Ref refid="config"/></Arg>
|
<Arg><Ref refid="config"/></Arg>
|
||||||
</New>
|
</New>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<!-- Set up custom session serialization. -->
|
<!-- Set up custom session serialization. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
</Arg>
|
</Arg>
|
||||||
</Call>
|
</Call>
|
||||||
</Call>
|
</Call>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<!-- Get a reference to the remote cache. -->
|
<!-- Get a reference to the remote cache. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
@ -93,10 +93,10 @@
|
||||||
<Arg><Property name="jetty.session.infinispan.remoteCacheName" default="sessions"/></Arg>
|
<Arg><Property name="jetty.session.infinispan.remoteCacheName" default="sessions"/></Arg>
|
||||||
</Call>
|
</Call>
|
||||||
</Ref>
|
</Ref>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<!-- Set queryMgrFactory reference to RemoteQueryManagerFactory -->
|
<!-- Set queryMgrFactory reference to RemoteQueryManagerFactory -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<New id="queryMgrFactory" class="org.eclipse.jetty.session.infinispan.RemoteQueryManagerFactory"/>
|
<New id="queryMgrFactory" class="org.eclipse.jetty.session.infinispan.RemoteQueryManagerFactory"/>
|
||||||
|
|
||||||
</Configure>
|
</Configure>
|
||||||
|
|
Loading…
Reference in New Issue