Hi My application is using different implementations for an interface. And when I try to open a tapestry page injecting the service I am getting the following exception
"*Automatic* *dependency* *resolution* *requires* *that* *exactly* *one* *service* *implement* *the* *interface"* * *I have tried adding the interface and its implementation in contributeServiceOverride() method of AppModule. I was able to get away with the above exception , but Dao's and services injected by spring are null. Since we use spring IoC , the service is not injected. Anyone faced a similar kind of issue ? -- Regards Sandeep