I'm trying to create an unmanaged extension using this. I'm currently using a Windows environment
Now, I followed everything and here is what my pom file looks now:
and here is my java class containing the unmanaged extension
Now, I tried to run "**mvn clean package**
", and it produced a jar file around 10MB which I then put into the plugins folder of my database.
When I start the server, the following error always appears:
Starting Neo4j failed: org.neo4j.server.web.NeoServletContainer-49fd135@9bfd861c==org.neo4j.server.web.NeoServletContainer,-1,false
The log file is not useful as it doesn't show any exception that cause the it. Other people also reported the issue in stack overflow and appears to be a jar issue. What else could I have missed?
PS: I'm using 3.0.3 Neo4j Community Edition.