[Product-Developers] override an utility does not work....

Hedley Roos hedley at upfrontsystems.co.za
Tue Feb 10 12:14:23 UTC 2009


Christian Klinger wrote:

> 
>   <utility
>     factory=".search.Search"
>     provides=".interfaces.ISearch" />

>   <utility
>       factory="nva.universalsearch.search.Search"
>       provides="collective.solr.interfaces.ISearch" />

My guess is that the interfaces are not the same. Even though they're 
both called ISearch the module path is taken into account, which means 
they are different.

Hedley




More information about the Product-Developers mailing list