Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2-RC2
-
Fix Version/s: 1.2
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Environment:OSGi container
-
Number of attachments :
Description
The IPCPF uses the classloader of the thread's context to create the proxy for the PicoContainer instead of the classloader that was used to load this class. Therefore the creation of such a proxy fails in environments with classloader separation like OSGi.
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Joe Walnes [ jwalnes1 ] | Joerg Schaible [ joehni ] |
Jörg Schaible
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Uses the correct classloader now.