Hi,

ok, I thought the "islands" are shown as well. Maybe I did something wrong? 

In my case, I don't know the connections in advance. Some may connect after 
time and some stay isolated. Is there a better or right way to do this?

Cheers,

Andi

Am 21.01.2011 um 13:56 schrieb Mattias Persson <matt...@neotechnology.com>:

> If those three nodes have no other relationships then Neoclipse won't
> show other stuff, correct. I think it can only traverse and display
> nodes that are connected, not individual islands of nodes. Or am I
> wrong here (asking the list)?
> 
> 2011/1/21 Andreas Bauer <b...@gmx.net>:
>> Hi,
>> 
>> I know. By code no problem, but neoclipse just shows me 3 nodes... Maybe I 
>> misused neoclipse.
>> 
>> Thanks,
>> 
>> Andi
>> 
>> Am 21.01.2011 um 11:31 schrieb Mattias Persson <matt...@neotechnology.com>:
>> 
>>> There are certainly more than three nodes in there. How did you come
>>> to that conclusion b.t.w? Try this:
>>> 
>>>        for ( Node node : db.getAllNodes() )
>>>        {
>>>            System.out.println( node );
>>>            for ( Relationship rel : node.getRelationships() )
>>>            {
>>>                System.out.println( "  " + rel );
>>>            }
>>>        }
>>> 
>>> 
>>> 2011/1/20 Andreas Bauer <b...@gmx.net>:
>>>> Hi,
>>>> now everything seems to work. I replaced the libs (more thorougly this time
>>>> :)) and now it works. But  what's really strange  that my database only
>>>> contains three nodes!?! Actually there have to many more. Maybe you can 
>>>> have
>>>> a quick look. I send you my complete database.
>>>> thanks!
>>>> Cheers,
>>>> Andreas
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Mattias Persson, [matt...@neotechnology.com]
>>> Hacker, Neo Technology
>>> www.neotechnology.com
>> 
> 
> 
> 
> -- 
> Mattias Persson, [matt...@neotechnology.com]
> Hacker, Neo Technology
> www.neotechnology.com
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to