Closed spring-projects-issues closed 12 years ago
Michael Hunger commented
The neo4j:repositories namespace generates the repository beans scanning the classpath and adding bean definitions. That's why they are not available.
We'll have a look at this and will of course document it.
Michael
Sorry for the bug hunting. :(
Michael Hunger commented
Updated documentation to reflect the issue
David DIDIER opened DATAGRAPH-124 and commented
I spent 3 hours to find out that in my configuration file,
<context:component-scan>
must be after<datagraph:repositories>
. If not, bean creation raises a NPE.Steps to reproduce:
<context:component-scan>
to configuration:BUT it's working if you +reverse the order+:
I don't think it's documented anywhere; if not that would be very useful... thanks
here the trace:
Affects: 1.1