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.