Estou trabalhando em um projeto em que devo transformar o InstituicaoserviceImpl em InstituicaoService e o InstituicaoDAOImpl em InstituicaoDAO!
Quando faço essas mudanças aparece o seguinte erro:
Error creating bean with name 'instituicao Controller': Unsatisfied dependency expressed through field 'instituicaoDAO'; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'instituicaoDAO' is expected to be of type 'br.gov.am.sefaz.crf.dao.InstituicaoDAO' but was actually of type 'com.sun.proxy.$Proxy211'
Alguém tem alguma ideia do que possa vir a ser o problema?