Hi,
I have a base interface for all my jpa repositories. Please take a look at my previous post on this topic to understand my actual problem.
...
Type: Posts; User: alioum; Keyword(s):
Hi,
I have a base interface for all my jpa repositories. Please take a look at my previous post on this topic to understand my actual problem.
...
FIXED !!! :)
i had to overwrite this method
org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.createRepositoryFactory(EntityManager) in MyRepositoryFactoryBean (see...
Hi Oliver,
your test works fine, because the repositoryBaseClass (second parameter) is exactly the implementation of my base repository
RepositoryInformation information = new...
Hi Oliver,
Thank you for your quick answer. Here's the exception
Hint : It's a junit test
SCHWERWIEGEND: Caught exception while allowing TestExecutionListener...
Hi,
First, the Spring Data Version Information
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>...