Add initial support for GemFire 6.6
This commit is contained in:
Costin Leau
2011-07-08 16:47:33 +03:00
parent e261ecf6bd
commit b7c73a8a23
4 changed files with 109 additions and 16 deletions

View File

@@ -35,5 +35,8 @@
<bean id="cache-with-xml" class="org.springframework.data.gemfire.CacheFactoryBean">
<property name="cacheXml" value="classpath:cache.xml"/>
</bean>
<bean id="pdx-cache" class="org.springframework.data.gemfire.CacheFactoryBean">
</bean>
</beans>