Hi,

I am test driving the jpa implementation of spring-data. Unfortunately I am having trouble starting the context, the exption is:

Unexpected exception parsing XML document from class path resource [], nested Exception is

java.lang.AbstractMethodError: org.springframework.data.jpa.repository.config.Sim pleJpaRepositoryConfiguration.getRepositoryBaseInt erface()java/lang/Class;

spring-data-jpa is version 1.0.0.RC1
spring-data-commons-core is 1.0.0.RELEASE

Any idea?