Hi i am using spring framework and while executing annotationbased test case i am getting error can any one have idea about which jar dependancy(maven artifact) file do i need to add in my pom.xml ?
org.springframework.transaction.interceptor.TransactionAttribute.getQualifier() no such method error
Looks like you have two incompatible jars.
Check that:
spring-txandspring-testis of the same version (3.0.x).If this does not help. Place a break point at
TransactionalTestExecutionListenerand check that the concreate class that implementsTransactionAttributeis of correct version too.