-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to read schema document ".../spring-repository.xsd" #32
Comments
I'm facing the same problem with the lastest version of spring-ldap-core
I didn't found any direct solution to fix it. I really don't need the spring-data-commons dependency in my project but adding it solved my problem ! |
Still have the same issue with |
That is correct that it is a required dependency when using Spring LDAP's XML config support since it extends Spring Data's The documentation explains that |
Otherwise, the XSD cannot find spring-repository. Issue gh-32
Otherwise, the XSD cannot find spring-repository. Issue gh-32
Otherwise, the XSD cannot find spring-repository. Issue gh-32
Hi !
I'm using v2.0.4.RELEASE of spring-ldap-core, referencing it as written in the doc :
I'm using it with other Spring librairies (jdbc, context, tx, and web) in version 4.2.1.RELEASE, but NOT with Spring security.
When the Spring context is loadded, the following error is thrown :
The begin of my XML Spring context is :
Indeed, the spring-ldap-2.0.xsd contains the following which can not be found :
After some search it seems that the missing xsd is in spring-data-commons, specified as "optional" in the spring-ldap-core pom.xml. So should I really add spring-data-commons as a dependency in my project ?
The text was updated successfully, but these errors were encountered: