You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Joe Bergmark (JIRA)" <ji...@apache.org> on 2010/11/04 17:14:12 UTC

[jira] Closed: (OWB-477) Two instances of using ObjectInputStream that may not have visibility into application classloader

     [ https://issues.apache.org/jira/browse/OWB-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bergmark closed OWB-477.
----------------------------

    Resolution: Fixed

Gurkan has already taken care of this issue in revision r1027627.

> Two instances of using ObjectInputStream that may not have visibility into application classloader
> --------------------------------------------------------------------------------------------------
>
>                 Key: OWB-477
>                 URL: https://issues.apache.org/jira/browse/OWB-477
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Joe Bergmark
>            Assignee: Joe Bergmark
>             Fix For: 1.1.0, 1.0.1
>
>
> This is basically the same issue as the previously opened OWB-464.  Both InstanceImpl and EventImpl use an ObjectInputStream that will not have visibility into Application classes in a tiered classloading environment.
> Will tentatively fix this the same way, by adding an extra layer of ObjectInputStream wrapping with a customer OIS that has the overwritten resolveClass method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.