<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Example for using Neo4j with Grails</title>
	<atom:link href="http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/</link>
	<description>Real world fun with Java, Grails, Groovy, Zope, Plone, Linux and much others.</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:53:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricardo Villalobos</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-522</link>
		<dc:creator>Ricardo Villalobos</dc:creator>
		<pubDate>Sun, 21 Mar 2010 17:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-522</guid>
		<description>&lt;a href=&quot;#comment-521&quot; rel=&quot;nofollow&quot;&gt;@Stefan Armbruster &lt;/a&gt; 
Hi Stefan.  It works!

Thanks a lot!

Sincerely,
/ricardo</description>
		<content:encoded><![CDATA[<p><a href="#comment-521" rel="nofollow">@Stefan Armbruster </a><br />
Hi Stefan.  It works!</p>
<p>Thanks a lot!</p>
<p>Sincerely,<br />
/ricardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-521</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-521</guid>
		<description>&lt;a href=&quot;#comment-519&quot; rel=&quot;nofollow&quot;&gt;@Ricardo Villalobos &lt;/a&gt; 
Hi Ricardo, I&#039;ve update the domain class code to contain @Neo4jEntity - thats necessary since the 0.2 version of the plugin. Please try this and see if the controllers are working as expected.</description>
		<content:encoded><![CDATA[<p><a href="#comment-519" rel="nofollow">@Ricardo Villalobos </a><br />
Hi Ricardo, I&#8217;ve update the domain class code to contain @Neo4jEntity &#8211; thats necessary since the 0.2 version of the plugin. Please try this and see if the controllers are working as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Villalobos</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-519</link>
		<dc:creator>Ricardo Villalobos</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-519</guid>
		<description>&lt;a href=&quot;#comment-518&quot; rel=&quot;nofollow&quot;&gt;@Stefan Armbruster &lt;/a&gt; 
Thanks Stefan!  BTW, I&#039;ve created a thread at the springsource forums asking for help.  The thread is entitled &quot;Ambiguous type Java problem when using Neo4j graph database plugin&quot; and it can be found at:

http://forum.springsource.org/showthread.php?t=86463</description>
		<content:encoded><![CDATA[<p><a href="#comment-518" rel="nofollow">@Stefan Armbruster </a><br />
Thanks Stefan!  BTW, I&#8217;ve created a thread at the springsource forums asking for help.  The thread is entitled &#8220;Ambiguous type Java problem when using Neo4j graph database plugin&#8221; and it can be found at:</p>
<p><a href="http://forum.springsource.org/showthread.php?t=86463" rel="nofollow">http://forum.springsource.org/showthread.php?t=86463</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-518</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Fri, 19 Mar 2010 20:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-518</guid>
		<description>&lt;a href=&quot;#comment-517&quot; rel=&quot;nofollow&quot;&gt;@Ricardo Villalobos &lt;/a&gt; 
Hi Ricardo, I wll take a look at this the next days. Need to install STS before... stay tuned.</description>
		<content:encoded><![CDATA[<p><a href="#comment-517" rel="nofollow">@Ricardo Villalobos </a><br />
Hi Ricardo, I wll take a look at this the next days. Need to install STS before&#8230; stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Villalobos</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-517</link>
		<dc:creator>Ricardo Villalobos</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-517</guid>
		<description>Hi Stefan, I&#039;ve tried your example but I get a Java Error &quot;The type Node is ambiguous&quot; repeated 5 times in the class Neo4jPluggingSupport.  It seems that others are able to use your example without problem so I suspect that my IDE may be the problem.  I&#039;m using springsource&#039;s STS 2.3.1 (Eclipse 3.5, Grails 1.2.1, Groovy 1.7).

I wanted to ask your opinion on this before creating an issue at codehaus for GRECLIPSE.

Thanks!

/ricardo</description>
		<content:encoded><![CDATA[<p>Hi Stefan, I&#8217;ve tried your example but I get a Java Error &#8220;The type Node is ambiguous&#8221; repeated 5 times in the class Neo4jPluggingSupport.  It seems that others are able to use your example without problem so I suspect that my IDE may be the problem.  I&#8217;m using springsource&#8217;s STS 2.3.1 (Eclipse 3.5, Grails 1.2.1, Groovy 1.7).</p>
<p>I wanted to ask your opinion on this before creating an issue at codehaus for GRECLIPSE.</p>
<p>Thanks!</p>
<p>/ricardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-17</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-17</guid>
		<description>Hi Polprav, quoting is allowed of course.</description>
		<content:encoded><![CDATA[<p>Hi Polprav, quoting is allowed of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polprav</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-16</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-16</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Neubauer</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-12</link>
		<dc:creator>Peter Neubauer</dc:creator>
		<pubDate>Tue, 06 Oct 2009 08:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-12</guid>
		<description>Great to see some code, thanks!

/peter</description>
		<content:encoded><![CDATA[<p>Great to see some code, thanks!</p>
<p>/peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
