Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
Consider ..
rca.addClassLoaderURL("foo/foo.jar");
rca.addClassLoaderURL("bar/bar.jar");
rca.registerComponentImplementation("FooClass");
then a ..
Object o = rca.getPicoContainer().getComponentInstance("FooClass");
.. the underlying impl should get the component from either foo.jar or bar.jar, but those two should not be in the same actual classloader. foo.jar comps and bar.jar comps should not see each other, but can only see the common parent. Should be quite simple to do.
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Fixed long ago.