[
https://issues.apache.org/jira/browse/POOL-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz updated POOL-289:
-----------------------------
Fix Version/s: (was: 2.4)
2.4.1
> Wrong ClassLoader used in BaseGenericObjectPool
> -----------------------------------------------
>
> Key: POOL-289
> URL: https://issues.apache.org/jira/browse/POOL-289
> Project: Commons Pool
> Issue Type: Bug
> Affects Versions: 2.3
> Environment: All
> Reporter: Luke Winkenbach
> Priority: Critical
> Fix For: 2.4.1
>
> Attachments: classpath_fix.patch
>
>
> BaseGenericObjectPool uses Class.forName to load an EvictionPolicy with the
> thread context ClassLoader. This does not work in OSGi environments. If the
> class load fails with the thread context ClassLoader, the code should attempt
> to load using the BaseGenericObjectPool class's ClassLoader as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)