The o.s.d.g.client.PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests class tests recently failed in both the Spring's Bamboo CI server, SDG nightly and release builds.
The underlying cause of the failures is not apparent from...
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.data.gemfire.client.PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests': Unsatisfied dependency expressed through field 'locatorPool';
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.client.Pool' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=locatorPool)}
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.client.Pool' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=locatorPool)}
Affects: 2.0 RC3 (Kay)
The text was updated successfully, but these errors were encountered:
In addition, this test class will be renamed to... o.s.d.g.client.SpELExpressionConfiguredPoolsIntegrationTests and refactored to used Java 8 Lambdas and the SDG o.s.d.g.test.mock.MockGemFireObjectsSupport class
John Blum opened DATAGEODE-40 and commented
The
o.s.d.g.client.PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests
class tests recently failed in both the Spring's Bamboo CI server, SDG nightly and release builds.The underlying cause of the failures is not apparent from...
Affects: 2.0 RC3 (Kay)
The text was updated successfully, but these errors were encountered: