+ pool factories force the initialization of the cache during init
This commit is contained in:
Costin Leau
2011-03-29 17:13:47 +03:00
parent 89bb365e98
commit 678315ed77
2 changed files with 35 additions and 2 deletions

View File

@@ -13,12 +13,13 @@
<!-- all beans are lazy to allow the same config to be used between multiple tests -->
<!-- as there can be only one cache per VM -->
<gfe:cache />
<gfe:pool>
<gfe:locator host="localhost" port="${gfe.port}"/>
</gfe:pool>
<gfe:cache />
<gfe:pool id="complex" free-connection-timeout="6000" retry-attempts="30" ping-interval="5000" subscription-enabled="true">
<gfe:server host="localhost" port="${gfe.port.4}"/>
<gfe:server host="localhost" port="40405"/>