I have solved it by doing 3 things:
1. Added this repository to my POM:
<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>...
Type: Posts; User: forhas; Keyword(s):
I have solved it by doing 3 things:
1. Added this repository to my POM:
<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>...
I have solved it by doing 3 things:
1. Added this repository to my POM:
<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>...
Tried different combinations with no success so far. I tend to think it has something to do with spring-data version not getting along with my other spring jars. Since it is not s show stopper I...
Like the other solutions, this one did not work as well, I still experience this issue with the jpa xsd causing an error message in eclipse.
I using spring-data-jpa 1.2.0.RELEASE and the rest of my...
Hi Stefano,
I'm experiencing the exact same issue, did you manage to find a solution?
Thanks