SGF-480 - Change default for use-bean-factory-locator to false.

This commit is contained in:
John Blum
2016-03-09 20:57:59 -08:00
parent 6dfd3e7082
commit 6bf5ceeaf6
5 changed files with 6 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
</util:properties>
<gfe:cache cache-xml-location="lazy-wiring-declarable-support-function-cache.xml"
properties-ref="gemfireProperties" lazy-init="false"/>
properties-ref="gemfireProperties" lazy-init="false" use-bean-factory-locator="true"/>
<gfe-data:function-executions base-package="org.springframework.data.gemfire.function.sample">
<gfe-data:include-filter type="assignable" expression="org.springframework.data.gemfire.function.sample.HelloFunctionExecution"/>

View File

@@ -16,7 +16,8 @@
<prop key="log-level">warning</prop>
</util:properties>
<gfe:cache cache-xml-location="classpath:cache-with-declarable.xml" properties-ref="gemfireProperties"/>
<gfe:cache cache-xml-location="cache-with-declarable.xml" properties-ref="gemfireProperties"
use-bean-factory-locator="true"/>
<bean id="bean" class="java.lang.Object"/>