[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-402) Ejb3ConfigurationObjectFactory needs to use MarshalledValueInputStream
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Wed Jan 7 09:44:39 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/EJB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32070#action_32070 ]
Emmanuel Bernard commented on EJB-402:
--------------------------------------
Galder
Hi Emmanuel,
Apologies for not replying earlier but I've been on holiday and I'm not catching on old mails. I dunno much about Hibernate but could you explain what is the role of these Configuration objects and why do you say that they're not tied to a defined lifecycle? They're the configuration of what? EntityManager? EntityManagerFactory?
Cheers,
> Ejb3ConfigurationObjectFactory needs to use MarshalledValueInputStream
> ----------------------------------------------------------------------
>
> Key: EJB-402
> URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-402
> Project: Hibernate Entity Manager
> Issue Type: Bug
> Affects Versions: 3.2.1, 3.3.2.GA, 3.4.0.CR2
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 3.4.0.GA
>
>
> 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