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

UUID is not generate #22

Closed IsraelEndale closed 8 years ago

IsraelEndale commented 8 years ago

Steps i follwed Installed neo4j-community_macos_3_0_3.dmg Dropped both graphaware-server-community-all-3.0.3.39.jar and graphaware-uuid-3.0.3.39.10.jar at data/plugins

added the following at ~/Neo4j/.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 all nodes:

com.graphaware.module.UIDM.node=hasLabel('Label1') || hasLabel('Label2')

optional, default is no relationships:

com.graphaware.module.UIDM.relationship=isType('Type1')

optional, default is uuidIndex

com.graphaware.module.UIDM.uuidIndex=uuidIndex

optional, default is uuidRelIndex

com.graphaware.module.UIDM.uuidRelationshipIndex=uuidRelIndex

My entity has the following info:

@GraphId private Long id;

private String uuid;

But no uuid is generated for the Entity, what did i missed?

Cheers! debug.pdf

graphaware-bot commented 8 years ago

Our modules are not compatible with the mac installer, can you try by installing neo with the tarball. Thanks

Sent from my iPhone

On 16 Jul 2016, at 05:37, Israel Endale notifications@github.com wrote:

Steps i follwed Installed neo4j-community_macos_3_0_3.dmg Dropped both graphaware-server-community-all-3.0.3.39.jar and graphaware-uuid-3.0.3.39.10.jar at data/plugins

added the following at ~/Neo4j/.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 all nodes:

com.graphaware.module.UIDM.node=hasLabel('Label1') || hasLabel('Label2')

optional, default is no relationships:

com.graphaware.module.UIDM.relationship=isType('Type1')

optional, default is uuidIndex

com.graphaware.module.UIDM.uuidIndex=uuidIndex

optional, default is uuidRelIndex

com.graphaware.module.UIDM.uuidRelationshipIndex=uuidRelIndex

My entity has the following info:

@GraphId private Long id;

private String uuid; But no uuid is generated for the Entity, what did i missed?

Cheers! debug.pdf

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

sagdelen commented 8 years ago

Hi there, can you tell more about this compatibility issue? Is it going to be fixed anytime soon?

Thanks

ikwattro commented 8 years ago

We plan to fix it at some point if possible.

Now to be honest it is not in the top list of our priorities of research and development mainly because production usages don't use installers, neither do we.

osuushi commented 8 years ago

That sounds reasonable, but you guys might want to mention this in the plugin readme (although I do see it's in the framework readme).

polyakoff commented 7 years ago

you guys might want to mention this in the plugin readme

+1