Hi there,
The issue IOC-ISSUE-155 was just created by Ted Gifford (tedfordgif).
Key: IOC-ISSUE-155
Summary: If the type and service is flipped no exception if thrown
Type: Bug
Importance: High
Description:
If the type and service is flipped no exception if thrown
BTW this might be considered a feature request and not a bug???
So i should have had this
<component
id="tasks.service"
type="AssemblyName.ServiceA, AssemblyName"
service="AssemblyName.IServiceA, AssemblyName" />
Instead i had this
<component
id="tasks.service"
type="AssemblyName.IServiceA, AssemblyName"
service="AssemblyName.ServiceA, AssemblyName" />
This meant my property of type IServiceA was not injected.
Since there is no way that IServiceA can impliment ServiceA can some kind of
configuration exception be thrown when the components.config is parsed
For more, see
http://support.castleproject.org/projects/IOC/issues/view/IOC-ISSUE-155
--
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
-~----------~----~----~----~------~----~------~--~---