+ add fork mode for tests to alleviate the build server (again)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user