Re: [Neo] Import/Export functionality for NEO networks?

2007-06-08 Thread Emil Eifrem
On 6/8/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: Caused by: java.lang.IllegalStateException: Can't start remote neo shell: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested excep

Re: [Neo] Import/Export functionality for NEO networks?

2007-06-07 Thread Peter Neubauer
Hi Emil, guess this is because of OSGi classloading. What exactly needs to be loaded to get the shell up? /peter 1169 [Framework Event Dispatcher] INFO [undefined] - FrameworkEvent ERROR org.osgi.framework.BundleException: Exception in com.waybuddies.server.database.internal.Activator.start()

Re: [Neo] Import/Export functionality for NEO networks?

2007-06-07 Thread Emil Eifrem
On 6/7/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: Well, upon neo = new EmbeddedNeo( MyRelationshipTypes.class, "runner/persistence/neo"); Map shellProperties = Collections.emptyMap(); neo.enableRemoteShell( shellProperties ); I am never progres

Re: [Neo] Import/Export functionality for NEO networks?

2007-06-07 Thread Peter Neubauer
Hi there, On 6/1/07, Johan Svensson <[EMAIL PROTECTED]> wrote: On 6/1/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > Hi there, > still fighting to get the NEO shell running, What problems do you have with getting the Neo shell running? Well, upon neo = new EmbeddedNeo( MyRe

Re: [Neo] Import/Export functionality for NEO networks?

2007-06-02 Thread Peter Neubauer
Yes, Some other RDF notation is quite ok. /peter On 6/1/07, Johan Svensson <[EMAIL PROTECTED]> wrote: On 6/1/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > Hi there, > still fighting to get the NEO shell running, What problems do you have with getting the Neo shell running? but when I do,

Re: [Neo] Import/Export functionality for NEO networks?

2007-06-01 Thread Johan Svensson
On 6/1/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: Hi there, still fighting to get the NEO shell running, What problems do you have with getting the Neo shell running? but when I do, I would like to be able to back up my existing networks or part of it into some importable form. I am thin

[Neo] Import/Export functionality for NEO networks?

2007-06-01 Thread Peter Neubauer
Hi there, still fighting to get the NEO shell running, but when I do, I would like to be able to back up my existing networks or part of it into some importable form. I am thinking N3 like notation. I am thinking of a way to e.g. export the contents of a traversal (say all Person nodes with prope