Hey,
ok, maybe opening a ticket is overscaled for this small problem, which doesn''t need furthermore correction on your side...
But as I've experienced such a problem, may be/probably others...
Type: Posts; User: impakt42; Keyword(s):
Hey,
ok, maybe opening a ticket is overscaled for this small problem, which doesn''t need furthermore correction on your side...
But as I've experienced such a problem, may be/probably others...
Hi Oliver,
I've removed all (300) @Qualifier for repositories injection, and the Spring context is not anymore in failure... my tests are back working again !!!
So I think, very objectively,...
we can see:
- The 3 first lines starting spring-data on IAccrualsDeferralsRepository target
- The spring core holding in its defined bean array the accrualsDeferralsBusiness,...
Of course, no worries...
I recognize my original post was initially to much details lightweighted....
Having more than 300 hundreds repositories (and number still growing... yes we love...
when comparing maven dependency tree on spring data between both version
1.2.0.RELEASE
[INFO] \- org.springframework.data:spring-data-jpa:jar:1.2.0.RELEASE:compile
[INFO] +-...
1) Repository definition
XML def:
<jpa:repositories base-package="com.services.dao.repository" factory-class="com.services.dao.util.CustomRepositoryFactoryBean" />
Repositories are:
-...
:)
Hi Oliver,
thanks for taking time to help me...
pom's dependency basculated to "1.3.2.RELEASE"
maven dependency:tree -Dverbose outputs:
[INFO] \- org.springframework.data:spring-data-jpa:jar:1.3.0.RELEASE:compile
[INFO] +-...
my maven dependency:list outputs the following content, do you see any conflict ???
[INFO] --- maven-dependency-plugin:2.1:list (default-cli) @ FiviaServices ---
[INFO]
[INFO] The following...
After digging, I think the only cause could come from a library conflict,
but when exploring the difference between the Spring Data JPA 1.2 and 1.3 pom.xml (), I don't see any potential problem......
Hi everyone,
I've been working with Spring data for a several months,
(and btw, thx to the development team to provide such a good high level framework)...
but when I change my pom.xml...
got da same problem with da xsd file...
I've changed my Spring data config (Spring Data 1.1 + Spring Data Commons 1.4) to Spring Data Commons 1.3.2 and everything works perfektly fine now...
...