autoproxy « Bean « Spring Q&A





1. Can't have attributes autoproxy and bean name autoproxy?    forum.springsource.org

Can't have attributes autoproxy and bean name autoproxy? I had been using a BeanNameAutoProxyCreator to automatically provide transactions for my *Dao bean methods, like this (some other beans omitted): Code:

10. Error cannot autoproxy an autoproxied bean    forum.springsource.org

Error cannot autoproxy an autoproxied bean Spring is trying to create an autoproxy out of a bean that references two other autoproxied beans in the configuration file. I am getting the ...