[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-4185) Ejb3ConfigurationObjectFactory needs to use MarshalledValueInputStream

Galder Zamarreno (JIRA) noreply at atlassian.com
Wed Dec 9 13:23:09 EST 2009


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

Galder Zamarreno updated HHH-4185:
----------------------------------

    Priority: Minor  (was: Major)

> Ejb3ConfigurationObjectFactory needs to use MarshalledValueInputStream
> ----------------------------------------------------------------------
>
>                 Key: HHH-4185
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4185
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: entity-manager
>            Reporter: Galder Zamarreno
>            Assignee: Galder Zamarreno
>            Priority: Minor
>
> Ejb3ConfigurationObjectFactory should use MarshalledValueInputStream instead 
> of ObjectInputStream, otherwise looking up configuration from isolated deployments
> won't work correcly and you'll get ClassNotFoundExceptions.
> MarshalledValueInputStream is different from ObjectInputStream in that it uses the 
> thread context classloader to load classes rather than the system classloader.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list