[infinispan-issues] [JBoss JIRA] (ISPN-4226) SearchManagerImpl use a bad entity names resolver
Sanne Grinovero (JIRA)
issues at jboss.org
Thu Jun 5 11:02:15 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero updated ISPN-4226:
----------------------------------
Labels: 64QueryBlockers (was: )
> SearchManagerImpl use a bad entity names resolver
> -------------------------------------------------
>
> Key: ISPN-4226
> URL: https://issues.jboss.org/browse/ISPN-4226
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 6.0.2.Final
> Environment: Wildfly 8.1.0 CR1
> Reporter: David Cabillic
> Assignee: Sanne Grinovero
> Labels: 64QueryBlockers
> Fix For: 7.0.0.Beta1
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the infinispan-issues
mailing list