|
From: Chris N. <ch...@si...> - 2004-10-29 07:13:41
|
jas...@ma... wrote: > java.lang.IllegalStateException: Unknown callback class > org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercept > or at > net.sf.cglib.proxy.CallbackUtils.getGenerator(CallbackUtils.java:102) Seems like you've worked around this, but FWIW this was a known bug in an older version of CGLIB (the CallbackUtils class does not exist anymore). Not sure where you're pulling your jar from, but perhaps you could point them to the latest version (2.0.2). Chris |