Re: [Neo] Re: Neo shell problems...

2008-04-30 Thread Mattias Persson
Hi, now I'm back (the brain behind the neo shell :) ). For starters, the Not in transaction bug was only found in the 1.0-b6 release. It's fixed though, only the shell download link doesn't refer to the latest jar file! Could someone please fix that! (I'll attach the right shell-1.0-b6.jar as

Re: [Neo] EmbeddedNeo implements NeoService

2008-04-30 Thread Mattias Persson
Ok, great Philip! 2008/4/28 Philip Jägenstedt [EMAIL PROTECTED]: OK, updated the wiki for you... Philip On 4/28/08, Emil Eifrem [EMAIL PROTECTED] wrote: On Mon, Apr 28, 2008 at 1:47 AM, Philip Jägenstedt [EMAIL PROTECTED] wrote: I'm back with a more philosophical question.

Re: [Neo] Re: Neo shell problems...

2008-04-30 Thread Philip Jägenstedt
Looks like the mailing list doesn't like attachments. On 4/30/08, Mattias Persson [EMAIL PROTECTED] wrote: Hi, now I'm back (the brain behind the neo shell :) ). For starters, the Not in transaction bug was only found in the 1.0-b6 release. It's fixed though, only the shell download link

Re: [Neo] Maturity of Python bindings?

2008-04-30 Thread Mattias Persson
It could be a problem in maven because wou have to specify the java source code version (i.e 1.6 or whatever you use). Maven has a tendency to default to java 1.4. So here is what you'll want to include in your pom.xml: build plugins

Re: Compiling with Java 1.5 pom.xml (Was: [Neo] Maturity of Python bindings?)

2008-04-30 Thread Mattias Persson
Sorry for the late reply on your previous mail, this is what I answered exactely :) 2008/4/28 Philip Jägenstedt [EMAIL PROTECTED]: On 4/28/08, Emil Eifrem [EMAIL PROTECTED] wrote: You probably want to put it into a file RelTypes.java, which looks like: That was my first attempt, the

Re: [Neo] Re: Neo shell problems...

2008-04-30 Thread Mattias Persson
Oh btw, sorry I meant that that it's the neo jar file which isn't the latest. You can download it here: http://m2.neo4j.org/org/neo4j/neo/1.0-b6/neo-1.0-b6.jar You could probably download the latest shell as well :) : http://m2.neo4j.org/org/neo4j/shell/1.0-b6/shell-1.0-b6.jar 2008/4/30

Re: [Neo] Maturity of Python bindings?

2008-04-30 Thread Philip Jägenstedt
Hmm, 1.0-rc1-SNAPSHOT? Is this the development branch, and is it what I should use? Philip On 4/30/08, Mattias Persson [EMAIL PROTECTED] wrote: There's now a link to a complete example from the Getting started Guide. 2008/4/30 Mattias Persson [EMAIL PROTECTED]: Yep, I'll put it up there!