]
Adrian Nistor updated ISPN-4543:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated. Thanks!
Spring tests missing jgroups-tcp.xml
------------------------------------
Key: ISPN-4543
URL:
https://issues.jboss.org/browse/ISPN-4543
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite - Core
Affects Versions: 7.0.0.Alpha5
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 7.0.0.Beta1
Side effect of
https://issues.jboss.org/browse/ISPN-4499
{code}
springEmbeddedCacheManagerFactoryBeanShouldCreateACustomizedCacheManagerIfGivenADefaultConfigurationLocation(org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBeanTest)
Time elapsed: 0.051 sec <<< FAILURE!
org.infinispan.manager.EmbeddedCacheManagerStartupException:
org.infinispan.commons.CacheConfigurationException: configurationFile property specifies
value jgroups-tcp.xml that could not be read!
at
org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:243)
at
org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:563)
at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:529)
at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:409)
at
org.infinispan.spring.provider.SpringEmbeddedCacheManager.getCache(SpringEmbeddedCacheManager.java:41)
at
org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBeanTest.springEmbeddedCacheManagerFactoryBeanShouldCreateACustomizedCacheManagerIfGivenADefaultConfigurationLocation(SpringEmbeddedCacheManagerFactoryBeanTest.java:78)
{code}