Grailsテストがあります:
class GormTests extends GroovyTestCase {
static transactional = false
...
}
メソッドをアノテーションによってトランザクションとしてマークしようとしてorg.springframework.transaction.annotation.Transactional
いますが、次の例外が発生します。
org.springframework.aop.framework.AopConfigException: Could not generate CGLIB subclass of class [class GormTests]: Common causes of this problem include using a final class or a non-visible class; nested exception is net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null
どうすれば修正できますか?