Re: [Neo] Does RelationshipType enum need to be unique?

2008-05-08 Thread Philip Jägenstedt
I've used this DynamicRelationType in my project, but there is something strange going on. Look at what I see in the neo shell: $ ls (me) --[INDEX_SERVICE]-- (1) (me) --[MUSICBRAINZ]-- (4) neo-sh (0)$ cd 4 neo-sh (4)$ ls (me) --[ARTISTS]-- (5) (me) --[MUSICBRAINZ]-- (0) neo-sh (4)$ cd 5 neo-sh

Re: [Neo] Does RelationshipType enum need to be unique?

2008-05-08 Thread Mattias Persson
I fixed that bug... there will be a new SNAPSHOT of neo in an hour or two! 2008/5/8 Philip Jägenstedt [EMAIL PROTECTED]: I've used this DynamicRelationType in my project, but there is something strange going on. Look at what I see in the neo shell: $ ls (me) --[INDEX_SERVICE]-- (1) (me)

Re: [Neo] Does RelationshipType enum need to be unique?

2008-05-08 Thread Philip Jägenstedt
Thanks! On 5/8/08, Mattias Persson [EMAIL PROTECTED] wrote: I fixed that bug... there will be a new SNAPSHOT of neo in an hour or two! 2008/5/8 Philip Jägenstedt [EMAIL PROTECTED]: I've used this DynamicRelationType in my project, but there is something strange going on. Look at what I