In Neo4j using managed extensions and the SpringInitializerPlugin parameters are no longer injected
问题 We had an app running on neo4j 2.1.1 using managed extensions and a SpringInitializerPlugin earlier this year. We have since returned to it and tried to fire it up again. We are now using neo4j 2.1.5 and it seems that the parameters defined in the SpringInitializerPlugin aren't being injected into our resources. We created this simple project which demonstrates the problem. https://github.com/whatsthebeef/neo4j-managed-extensions-test The error we see is this below Can some explain what has