Added resource filter for AnnotationDrivenFunctionsTest
This commit is contained in:
@@ -108,11 +108,8 @@ public class ClientCacheFactoryBean extends CacheFactoryBean {
|
|||||||
if (StringUtils.hasText(poolName)) {
|
if (StringUtils.hasText(poolName)) {
|
||||||
p = PoolManager.find(poolName);
|
p = PoolManager.find(poolName);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bind this client cache to a pool that hasn't been created yet.
|
// Bind this client cache to a pool that hasn't been created yet.
|
||||||
|
|
||||||
// initialize a client-like Distributed System before initializing
|
|
||||||
// the pool
|
|
||||||
|
|
||||||
if (p == null) {
|
if (p == null) {
|
||||||
PoolFactoryBean.connectToTemporaryDs();
|
PoolFactoryBean.connectToTemporaryDs();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
|
||||||
|
|
||||||
<context:component-scan base-package="org.springframework.data.gemfire.function.config"/>
|
<context:component-scan base-package="org.springframework.data.gemfire.function.config" resource-pattern="**/AnnotationDrivenFunctionsTest*.class"/>
|
||||||
|
|
||||||
<gfe:annotation-driven/>
|
<gfe:annotation-driven/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user