+ add flag to disable bean-factory-locator
This commit is contained in:
Costin Leau
2011-07-06 11:50:55 +03:00
parent fff04a8777
commit e261ecf6bd
7 changed files with 59 additions and 13 deletions

View File

@@ -21,4 +21,6 @@
<util:properties id="props">
<prop key="disable-tcp">false</prop>
</util:properties>
<gfe:cache id="no-bl" use-bean-factory-locator="false" />
</beans>