+ add tx config to the sampel

This commit is contained in:
costin
2010-09-16 14:25:00 +03:00
parent 3f0b69de40
commit 1f2f5171ef

View File

@@ -11,6 +11,9 @@
<!-- GemFire cache bean -->
<gfe:cache properties-ref="props" />
<util:properties id="props" location="cache.properties"/>
<!-- GemFire transaction manager -->
<gfe:transaction-manager />
<!-- hello world region -->
<!-- since no name is given, the region will be named after the bean -->
@@ -21,4 +24,5 @@
</gfe:replicated-region>
<bean id="gemfireTemplate" class="org.springframework.data.gemfire.GemfireTemplate" p:region-ref="myWorld"/>
</beans>