[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-956) Avro resources loaded via the wrong ClassLoader

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Oct 21 09:49:20 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-956.
--------------------------------------

    Resolution: Fixed

> 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