Spring関連書籍を見ながらAOP関連のコードを動かしていたところ、以下のエラーが発生。 鍵となるのは赤字部分。「CGLIB2」って何? 2007/10/25 4:02:07 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 情報: Loading XML bean definitions from file [C:\eclipse3.3\workspace\ore\aopbeans.xml] Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proxy': FactoryBean threw ex

