<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8113744450077174998.post8337414647261741477..comments</id><updated>2010-06-22T10:57:40.863+02:00</updated><title type='text'>Comments on Neo4j News: Update on Neo4j Ruby bindings</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://news.neo4j.org/feeds/8337414647261741477/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default'/><link rel='alternate' type='text/html' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html'/><author><name>Tobias Ivarsson</name><uri>http://www.blogger.com/profile/04765223705065183885</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8113744450077174998.post-6911739899803158679</id><published>2010-06-22T08:43:37.487+02:00</published><updated>2010-06-22T08:43:37.487+02:00</updated><title type='text'>Hi,

in my program i have more then on end_nodes s...</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;in my program i have more then on end_nodes so when i retrieve the relationship from the end node i become the following exception org.neo4j.graphdb.NotFoundException: More than one relationship[DynamicRelationshipType[feature_config], OUTGOING] found for NodeImpl#158.&lt;br /&gt;&lt;br /&gt;What can i do to become only one relationship between to nodes when the start node more end nodes have?&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/6911739899803158679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/6911739899803158679'/><link rel='alternate' type='text/html' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html?showComment=1277189017487#c6911739899803158679' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html' ref='tag:blogger.com,1999:blog-8113744450077174998.post-8337414647261741477' source='http://www.blogger.com/feeds/8113744450077174998/posts/default/8337414647261741477' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8113744450077174998.post-8058412751943974425</id><published>2010-06-21T15:38:38.766+02:00</published><updated>2010-06-21T15:38:38.766+02:00</updated><title type='text'>@Anynymous: You can retrieve the relationship from...</title><content type='html'>@Anynymous: You can retrieve the relationship from the start or the end node, and then use the &lt;i&gt;.del&lt;/i&gt; method on it. Search for &amp;quot;delete&amp;quot; on the &lt;a href="http://github.com/andreasronge/neo4j" rel="nofollow"&gt;neo4j.rb github page&lt;/a&gt; for an example.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/8058412751943974425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/8058412751943974425'/><link rel='alternate' type='text/html' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html?showComment=1277127518766#c8058412751943974425' title=''/><author><name>Anders Nawroth</name><uri>http://www.blogger.com/profile/02538334376288340169</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02361133308408145972'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html' ref='tag:blogger.com,1999:blog-8113744450077174998.post-8337414647261741477' source='http://www.blogger.com/feeds/8113744450077174998/posts/default/8337414647261741477' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8113744450077174998.post-6831914674437285601</id><published>2010-06-21T15:24:27.603+02:00</published><updated>2010-06-21T15:24:27.603+02:00</updated><title type='text'>Hi,

i have an question about releationships. In m...</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;i have an question about releationships. In my Ruby programm i use neo4j, when i create a new Node i create a Relationship with Neo4j::Releationship.new. So my problem is how can i delete an existing releationship?&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/6831914674437285601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8113744450077174998/8337414647261741477/comments/default/6831914674437285601'/><link rel='alternate' type='text/html' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html?showComment=1277126667603#c6831914674437285601' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://news.neo4j.org/2010/03/update-on-neo4j-ruby-bindings.html' ref='tag:blogger.com,1999:blog-8113744450077174998.post-8337414647261741477' source='http://www.blogger.com/feeds/8113744450077174998/posts/default/8337414647261741477' type='text/html'/></entry></feed>