Michael Kilgore
Michael Kilgore
Great tool, please update to the latest neo4j version and improved cypher!!! Any idea on how soon this might happen??? Thanks in advance
I am seeing the same exception with the latest release an Neo4j 4.x (4.0.3 for me). Interestingly neo4j 3.5.x appears to be working fine
Any update on the release with fix, did it happen?
True most of the changes are print statements and simple to fix. There are a couple of others like iteritems -> items, but mostly easy.
Good discussion. @jbarrasa I agree with you that wherever possible we should leverage the property graph model fully. That is why we, at least I, am here. The question on...
@mathib You should only be using one of the jar files neosemantics-1.0-SNAPSHOT.jar and it must be found in the plugins directory. With the latest jar you have this configuration should...
@mathib I have been experimenting with Windows CE 3.1.1 and observed the following: - Adding the jar file and restarting (no config change) loads the jar as expected the full...
@mathib, I believe the problem may be related to an issue with 3.1.2 and apoc described here https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/308 I have rebuilt using the later version of apoc and it is...
@sayednafiz As noted in previous messages, and I believe it is still true for 3.1.3, the Windows CE version does not support all of the plugins. Specifically those exposing a...
The problem looks like, as you have pointed out a version problem. This plugin includes apoc with it (note - when using this plugin do not include apoc). In order...