[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-956) Avro resources loaded via the wrong ClassLoader
Sanne Grinovero (JIRA)
noreply at atlassian.com
Thu Oct 20 12:02:19 EDT 2011
Avro resources loaded via the wrong ClassLoader
-----------------------------------------------
Key: HSEARCH-956
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-956
Project: Hibernate Search
Issue Type: Bug
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 4.0.0.CR2
org.hibernate.search.util.impl.FileHelper.openResource(String) is currently using getContextClassLoader only, hence being a good choice to load user extensions but unable to load our own resources when deployed as a JBoss Module, such as for example the Avro schema definitions which are not bundled in the user application but in our own jars.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list