neo4j-contrib / neoclipse

Graph Database Tool
218 stars 136 forks source link

Connection Error - Can't retrieve Relationship and Nodes #79

Open aislen404 opened 8 years ago

aislen404 commented 8 years ago

Version neoclipse: neoclipse-1.9.5-macosx.cocoa.x86_64 Version Neo4J: COMMUNITY EDITION 3.0.3 It's simple, just make a Connection and that's occurs:

captura de pantalla 2016-08-07 a las 11 55 27
ARezaK commented 8 years ago

I have the same problem on OSX and windows

ncoder commented 7 years ago

+1. Using Neo4J community 3.0.6 and Neoclipse 1.9.5

Mithgroth commented 7 years ago

+1 community 3.0.1, neoclipse 1.9.5

CrystalMethod commented 7 years ago

Currently Neoclipse only supports Neo4j < 3.0 - since its latest release has been published long before Bolt and Neo4j 3.0 was developed.

I would guess there is still a need to support Neo4j 2.x?

jexp commented 7 years ago

Not really, we could move to 3.x

Michael

Von meinem iPhone gesendet

Am 28.11.2016 um 11:21 schrieb Lars Martin notifications@github.com:

Currently Neoclipse only supports Neo4j < 3.0 - since its latest release has been published long before Bolt and Neo4j 3.0 was developed.

I would guess there is still a need to support Neo4j 2.x?

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

johnymontana commented 7 years ago

It looks like this error is caused by using "bare node" Cypher syntax that is not supported in Neo4j 3.0. I submitted a PR for this specific query, but not sure what else would need to be updated: https://github.com/neo4j-contrib/neoclipse/pull/81