[Neo] Neo4j-Newton integration embryo

2008-06-01 Thread Peter Neubauer
Hi folks, the basic integration of Neo into Newton is now basic operational, see http://wiki.neo4j.org/content/Neo_-_Newton_integration This is just a very basic deployment of a bundled Neo4j instance into a Newton runtime. Deploying multiple instances will start multiple, non-communicating Neo4j

Re: [Neo] Node retrieval failing in OSGi environment

2008-06-01 Thread Peter Neubauer
Sorry, stupid mistake from my side, I actually shut downt he Neo instance! Now things are working, we can do ls in an Newton deployment and get a node listing onto the console. Will try to write up some wiki page on that. /peter On Sun, Jun 1, 2008 at 1:47 PM, Johan Svensson <[EMAIL PROTECTED]

Re: [Neo] Node retrieval failing in OSGi environment

2008-06-01 Thread Johan Svensson
Looks like the transaction log has been closed via call to NeoService.shutdown(). -Johan On Sun, Jun 1, 2008 at 1:09 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Thanks! > Upgraded Neo4j to 1.0-RC1-SNAPSHOT, now the exception is: >> ls 0 > got id: 0 > java.nio.channels.ClosedChannelException >

Re: [Neo] Node retrieval failing in OSGi environment

2008-06-01 Thread Peter Neubauer
Thanks! Upgraded Neo4j to 1.0-RC1-SNAPSHOT, now the exception is: > ls 0 got id: 0 java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:89) at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:190) at org.neo4j.impl.trans