Details
Assignee
Calebe VargaCalebe VargaReporter
Alex PorcelliAlex PorcelliComplexity
MediumComponents
Fix versions
Affects versions
Priority
Trivial
Details
Details
Assignee
Calebe Varga
Calebe VargaReporter
Alex Porcelli
Alex PorcelliComplexity
Medium
Components
Fix versions
Affects versions
Priority
Created June 23, 2010 at 7:46 PM
Updated November 12, 2010 at 3:39 PM
As OSL works almost as a graph engine (with its particularities like contexts) this seems to be a trivial task, but there is a hidden problem here.
Neo4j does NOT allow create links between the same node (NodeA - some_link_type -> NodeA)... so the biggest thing on this issue is how to implement an workaround this limitation.