Hi there,
The issue IOC-ISSUE-196 was just created by TRAN DINH HUNG (sakura80).
Key: IOC-ISSUE-196
Summary: DefaultDependencyResolver problem
Type: Bug
Importance: High
Description:
See the code below
public class ServiceA : IServiceA, IInitializable
{
public IDomainProvider[] DomainProviders { get; set; }
public ServiceA () {}
public void Initialize()
{
/// the DomainProviders property is always NULL, even there are a lot
of services registered with IDomainProvider interface
}
}
Is there a problem ?
For more, see
http://support.castleproject.org/projects/IOC/issues/view/IOC-ISSUE-196
--
donjon
by Castle Stronghold
http://www.castle-donjon.com
--
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en.