[
https://issues.apache.org/jira/browse/FELIX-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall updated FELIX-1190:
-----------------------------------
Attachment: FELIX-1190.txt
> Set parent classloader of bundle classloader to be same as what is actually
> used for delegation
> -----------------------------------------------------------------------------------------------
>
> Key: FELIX-1190
> URL: https://issues.apache.org/jira/browse/FELIX-1190
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: felix-1.6.1
> Environment: generic
> Reporter: Sahoo
> Fix For: felix-1.8.1
>
> Attachments: FELIX-1190.txt
>
>
> Refer to a previous discussion in dev alias:
> http://mail-archives.apache.org/mod_mbox/felix-users/200804.mbox/%[email protected]%3e
> Currently, although Felix uses the classloader that loads Felix classes as
> the parent class loader for delegation, it actually sets system class loader
> as the parent (ClassLoader.getParent()). It is because when it creates a
> class loader, it does not set any parent, hence the default value is used.
> The fix should be particularly simple. e.g., get hold of a Felix framework
> class and use its classloader as the parent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.