Hello,

I have two services in the same module and both of them need to have a third service (also in that same module) injected. Both of the services are defined exactly the same and the setter is identical in both (I cut and pasted the code to be sure of that). But when I run my application, only one of the two services is correctly autowired. I've been trying to debug this issue myself, but have found the code which performs the autowiring to be difficult to trace through and the debug logging doesn't really say anything about what properties it found to be autowirable. Is there a simple method for figuring out why HiveMind isn't autowiring the one service correctly? I'm working around the issue right now by using set-service in the construct tag for the service being mis-wired, but I'd prefer to avoid the excess XML when it shouldn't be necessary.

Thanks,
--Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to