Hi,
I'm trying to implement AOP in my application. On deployment I'm getting this error:
I have Type class in my class path:Code:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orgAddressCtrl': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type
org.springframework.asm.Type
Why it still trying to look for org/objectweb/asm/Type?
What can be the solution?


Reply With Quote
