Yes, That sounds right. Could you please file an issue?

Send from a device with crappy keyboard and autocorrection.

/peter
On Feb 17, 2012 4:22 PM, "Paul Jackson" <paul_jack...@g1.com> wrote:

> Hi Peter,
>
> I shouldn't have added that code. I added it as a test to see if that was
> the problem. This code does not delete nor use transactions, yet the
> properties returned are empty. I guess I am using it wrong?
>
>     BatchInserter batchInserter = new BatchInserterImpl(storeDir);
>     GraphDatabaseService graph = batchInserter.getGraphDbService();
>     Node node = graph.createNode();
>     long id = node.getId();
>     node.setProperty("MyKey", "MyValue");
>     Map<String,Object> properties = batchInserter.getNodeProperties(id);
>
> Intuition says it should remember the property was added. Bug or user
> error?
>
> Thanks,
> -Paul
>
_______________________________________________
NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
and consider posting at https://groups.google.com/forum/#!forum/neo4j

Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to