+ add fork mode for tests to alleviate the build server (again)

This commit is contained in:
costin
2010-07-16 18:24:17 +03:00
parent 13258143f0
commit f04ef7c89e
3 changed files with 19 additions and 3 deletions

View File

@@ -136,7 +136,8 @@ public class GemfireBeanFactoryLocator implements BeanFactoryLocator, BeanFactor
if (!StringUtils.hasText(factoryKey)) {
if (!canUseDefaultBeanFactory)
throw new IllegalArgumentException(
"a non-null factoryKey needs to be specified as there are more then one factoryKeys available ");
"a non-null factoryKey needs to be specified as there are more then one factoryKeys available; "
+ beanFactories.keySet());
factory = defaultFactory;
}
else {