]
Work on ISPN-6353 started by Adrian Nistor.
-------------------------------------------
REST service fails to start during remote query server integration
tests
------------------------------------------------------------------------
Key: ISPN-6353
URL:
https://issues.jboss.org/browse/ISPN-6353
Project: Infinispan
Issue Type: Bug
Affects Versions: 8.1.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.0.0.Final, 9.0.0.Alpha1, 8.1.3.Final, 8.2.1.Final
Errors are logged, REST service fails to start due to classloading problems of
InfinispanIndexManager. This happens because the rest cache is not defined in the
configuration so it gets created automatically based on the default config which happens
to be an indexed cache, using InfinispanIndexManager, which is not normally available to
the REST service. The tests do not fail.