Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
-
Environment:1.1 src from 2004-11-04
-
Number of attachments :
Description
This code:
MutablePicoContainer pico = new DefaultPicoContainer();
pico.registerComponentInstance(pico);
gives this error:
org.picocontainer.PicoRegistrationException: Cannot register a container to itself.
The container is already implicitly registered.
This is incorrect. The container is not already implicitly registered.
Activity
Aslak Hellesøy
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Paul Hammant [ paul ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Fix Version/s | 1.2 [ 11330 ] |
Fixed by paul yesterday