I just updated my neo4j, and it looks like nothing happen when I start the server with the plugin in place:
I have downloaded :
graphaware-server-community-all-3.0.0.38.jar (this is what I got from downloading the framework)
graphaware-uuid-3.0.1.38.8.jar (I had to download this project and run mvn clean install since the graphaware website has only version 2.x in it)
I placed both of them in the neo4j plugin directory
and i have updated my neo4j.conf :
com.graphaware.runtime.enabled=true
#UIDM becomes the module ID:
com.graphaware.module.UIDM.1=com.graphaware.module.uuid.UuidBootstrapper
#optional, default is uuid:
com.graphaware.module.UIDM.uuidProperty=uuid
#optional, default is no relationships:
com.graphaware.module.UIDM.relationship=com.graphaware.runtime.policy.all.IncludeAllBusinessRelationships
#optional, default is uuidIndex
com.graphaware.module.UIDM.uuidIndex=idIndex
#optional, default is uuidRelIndex
com.graphaware.module.UIDM.uuidRelationshipIndex=idRelIndex
anyIdeas?
Im running neo4j 3.0.1 enterprise edition
Hi
I just updated my neo4j, and it looks like nothing happen when I start the server with the plugin in place:
I have downloaded :
graphaware-server-community-all-3.0.0.38.jar
(this is what I got from downloading the framework)graphaware-uuid-3.0.1.38.8.jar
(I had to download this project and runmvn clean install
since the graphaware website has only version 2.x in it)I placed both of them in the neo4j plugin directory and i have updated my
neo4j.conf
:anyIdeas? Im running neo4j 3.0.1 enterprise edition