+ remove name from cache factory

This commit is contained in:
costin
2010-07-27 19:42:35 +03:00
parent bab8b3dad0
commit 4a6e7e9458
2 changed files with 9 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
</property>
</bean>
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean" p:name="named-cache">
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean">
<property name="properties">
<props>
<!-- cache-with-props is not being picked up or used. -->