Hi,
In my Spring Framework project we are getting following error:
java.lang.NoClassDefFoundError: org/springframework/transaction/interceptor/TransactionInterceptor
I have the required files but its not working.
How to resolve this error?
Thanks
Hi,
You should try to include following jar files:
spring-aop*.jar and
spring-beans*.jar
Thanks
Ads