Re: [Neo4j] Unmanged Extension TransactionEventHandler

2014-02-14 Thread Peter Neubauer
David, actually you are doing 2 things here: 1. Register a plugin to the kernel that handles events 2. register a JAXRS extension for the neo4j server that will become a custom HTTP endpoint. So, you should add the JAXRS resource annotations in order to get things going, see http://docs.neo4j.org

[Neo4j] Unmanged Extension TransactionEventHandler

2014-01-21 Thread david . bramer
Hi, I'm trying to create an unmanaged extension which puts a message on a queue when a node becomes interesting (e.g. a relationship of a new type is created) I believe I can do this with a TransactionEventHandler so I have created a class which extends KernelExtensionFactory which has a metho