[Neo4j] How to create a pipe (User Defined Step), which returns a set of Vertices for each of input Vertex

2011-10-18 Thread skarab77
I need a pipe, which returns a set of vertices for an input Vertex (wrapped in User Defined Step). I use blueprints pipes with Neo4j. My current code is: import org.junit.Test import com.tinkerpop.blueprints.pgm.Graph import com.tinkerpop.blueprints.pgm.Vertex import

Re: [Neo4j] How to create a pipe (User Defined Step), which returns a set of Vertices for each of input Vertex

2011-10-18 Thread skarab77
Hi All, I am sorry for my previous email, I made a mistake and chose a wrong mailing list (neo4j instead of gremlin mailing list). Best Regards, Wojtek Dnia 18 października 2011 9:59 skarab77 skara...@o2.pl napisał(a): I need a pipe, which returns a set of vertices for an input Vertex

[Neo4j] TransactionFailureException

2011-09-09 Thread skarab77
Hi, I have the following problem: when my program crash in the middle of the transaction, I am not able to start my neo4j embedded store again. I get the following exception. Exception in thread main org.neo4j.graphdb.TransactionFailureException: Unable to start TM, no active tx log file

[Neo4j] Relationship[3] exist but relationship type[2] not found.

2011-09-06 Thread skarab77
Hi All, I have get the following exception: Exception in thread AWT-EventQueue-0 org.neo4j.graphdb.NotFoundException: Relationship[1451488] exist but relationship type[2] not found. at org.neo4j.kernel.impl.core.NodeManager.getRelForProxy(NodeManager.java:566) at