[
https://issues.apache.org/jira/browse/FELIX-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714662#action_12714662
]
Richard S. Hall commented on FELIX-1190:
----------------------------------------
I don't have an issue including this in the maintenance release, but we will
still have to run it by everyone to make sure no issues appear as a result. I
am heading out for JavaOne tomorrow morning, but I will try to look at while I
am there.
> 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
>
>
> 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.