Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8
-
Fix Version/s: None
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
I use PicoContainer to setup my domain model and I would like my collections to be filled. But when i use the SetterInjector collections only get filled with there type. This behavior is unlike the constructorInjector that will also fill the collections with all beans that match the type of the collection. I've added a test cas to demonstrate my point.
Logic for Ctor Injection copied to Setter Injection