I was trying to inject apache commons configuration (XMLConfiguration) into a Spring bean and faced the error :
hint: specify index/type/name arguments for simple parameters to avoid type
ambiguities
I was breaking my head for a while only to find later that my config XML is not even in the classpath. You can find the configuration below
1 2 3 4 5 6 | |