Hi everyone,
I'd like to create a new service implementing the interface
*org.apache.tapestry5.ioc.services.SymbolSource* to remove the cache
functionnality of the Tapestry service *SymbolSourceImpl*.
However I can't create such a service because I've the following
exception :
/Service interface org.apache.tapestry5.ioc.services.SymbolSource is
matched by 2 services: FwlSymbolSource, SymbolSource. Automatic
dependency resolution requires that exactly one service implement the
interface./
Can I prevent this problem ?
Regards,
Julien