user1016195
user1016195

Reputation: 153

Spring3 + hibernate

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

Answers (1)

Nicolas Modrzyk
Nicolas Modrzyk

Reputation: 14197

Probably you have a jar conflict somewhere.

If you have patience, you can look into this Spring JIRA

Upvotes: 1

Related Questions