graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

No UUID generated #5

Closed Bretto closed 9 years ago

Bretto commented 9 years ago

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...

Bretto commented 9 years ago

It's working now maybe a cache issue in the browser

Bretto commented 9 years ago

acctualy this is what happened : UUID is not available via cypher immediately upon creation

bachmanm commented 9 years ago

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!