ㅎ 추가해봤더니 새로운 에러가 뜨네요... 아예 컨테이너 올릴때 발생하네요...><
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sqlMapClientTemplate' defined in class path
resource [conf/applicationContext.xml]: Cannot resolve reference to
bean 'sqlMapClient' while setting bean property 'sqlMapClient'; nested
exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'sqlMapClient': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.aop.framework.AopConfigException: Could not
generate CGLIB subclass of class [class
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl]: Common causes of this
problem include using a final class or a non-visible class; nested
exception is java.lang.IllegalArgumentException: Superclass has no
null constructors but no arguments were given
On 3월25일, 오전11시12분, Sanghyuk Jung <
bene...@gmail.com> wrote:
> jdk proxy로 적용되고 있었다면 AOP 적용한후로는 sqlMapClientTemplate 가 더이상
> sqlMapClientTemplate가 아니고 SqlMapClientOperations형인 proxy가 생성되어서 그럴지도 모르겠네요
>
> proxy-target-class='true' 하면 될지도 몰라요
>
> 2011년 3월 25일 오전 11:08, 가마우치 <
yabgar...@gmail.com>님의 말:
> > {...@org.springframework.beans.factory.annotation.Autowired(required=true)}