Yes, I managed to solve my problem. Aparently the problem was that I was
using ReadOnlyGraphDatabase:
GraphDatabaseService sourceDb = new
EmbeddedReadOnlyGraphDatabase("/home/fmagalhaes/GraphDB/CineastDB");
I exchanged this line for this one:
GraphDatabaseService sourceDb = new
EmbeddedGraphDatabase("/home/fmagalhaes/GraphDB/CineastDB");
and my problem disappeared. Thanks .
--
View this message in context:
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4J-1-4-2-on-Ubuntu-11-04-tp3439028p3452739.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user