-
Enhancement
-
Resolution: Done
-
Major
-
6.0.2.Final
-
Low
Inner class org.infinispan.query.impl.SearchManagerImpl$EntityNamesResolver used in method SearchManagerImpl#getQueryFactory use Class.forName(String) instead of Thread.currentThread().getContextClassLoader().loadClass(String)
It is a problem if @Indexed classes are in an EAR/WAR which is not loaded in the same ClassLoader. It works great with ContextClassLoader.
- is duplicated by
-
ISPN-4667 Query DSL fails to load entity class in Wildfly
- Closed