Reputation: 153
I get this error in spring. nested exception is
java.lang.NoClassDefFoundError: org/springframework/transaction/interceptor/TransactionInterceptor.
Why this error occured? Please help anyone.
Upvotes: 0
Views: 650
Reputation: 14197
Probably you have a jar conflict somewhere.
If you have patience, you can look into this Spring JIRA
Upvotes: 1