Hi, I am trying to add a facebook provider to my app.
I added the config to the xml and I had created the Class FacebookDaoProvider just for testing if everything goes fine but when I start the server this message is shown: Construction of service ProviderManager failed: Error invoking service builder method nu.localhost.tapestry5.springsecurity.services.SecurityModule.buildProviderManager(List) (at SecurityModule.java:333) (for service 'ProviderManager'): Error invoking service contribution method ar.com.condor.services.CondorSecurityModule.contributeProviderManager(OrderedConfiguration, AuthenticationProvider): Spring context contains 2 beans assignable to type org.springframework.security.providers.AuthenticationProvider: daoAuthenticationProvider, facebookDaoProvider. Does anybody know what I am missing or what I am doing wrong? Thanks in advance.