Closed Bretto closed 9 years ago
It's working now maybe a cache issue in the browser
acctualy this is what happened : UUID is not available via cypher immediately upon creation
True, you have to "re-read" the node. This is not ideal, but unfortunately not something we can do anything about I'm afraid. Hope you can still use it!
Neo4j 2.2.2 plugins graphaware-server-community-all-2.2.2.31.jar graphaware-uuid-2.2.2.31.7.jar
conf neo4j.properties com.graphaware.runtime.enabled=true
UIDM becomes the module ID:
com.graphaware.module.UIDM.1=com.graphaware.module.uuid.UuidBootstrapper
in the browser console CREATE (n:Test {name:"World"}) RETURN n results: Test:0 name:World
No uuid...