Mmh, that is strange. Btw, the cypher console is running against the build-in console service, and the cypher-plugin is only for the REST representation.
What browser are you running? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Sun, Jun 12, 2011 at 8:33 AM, Pierre De Wilde <[email protected]> wrote: > Hey, > > I have built and installed neo4-cypher-script in neo4j/plugins but Cypher > returns nothing from webadmin console: > >>start n=(0) return n >> > > Gremlin works correctly: > > gremlin>g.v(0) > ==> v[0] > > Both Cypher and Gremlin plugins are installed as extensions: > > http://localhost:7474/db/data/ > { > > "relationship_index" : "http://localhost:7474/db/data/index/relationship", > "node" : "http://localhost:7474/db/data/node", > "relationship_types" : "http://localhost:7474/db/data/relationship/types", > "extensions_info" : "http://localhost:7474/db/data/ext", > "node_index" : "http://localhost:7474/db/data/index/node", > "reference_node" : "http://localhost:7474/db/data/node/0", > "extensions" : { > "CypherPlugin" : { > "execute_query" : > "http://localhost:7474/db/data/ext/CypherPlugin/graphdb/execute_query" > }, > "GremlinPlugin" : { > "execute_script" : > "http://localhost:7474/db/data/ext/GremlinPlugin/graphdb/execute_script" > } > } > } > > Pierre > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

