<?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: Annotations with Grails</title>
	<atom:link href="http://mike.brevoort.com/2009/12/29/annotations-with-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/</link>
	<description>life technology etc</description>
	<lastBuildDate>Mon, 12 Jul 2010 13:14:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: developer</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-640</link>
		<dc:creator>developer</dc:creator>
		<pubDate>Sat, 01 May 2010 02:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-640</guid>
		<description>you are pretty amazing mike :D thanks! </description>
		<content:encoded><![CDATA[<p>you are pretty amazing mike <img src='http://mike.brevoort.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-638</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 01 May 2010 00:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-638</guid>
		<description>had a chance to do this now so I just released v0.2 which included your fix and another that occurred when using using java objects. </description>
		<content:encoded><![CDATA[<p>had a chance to do this now so I just released v0.2 which included your fix and another that occurred when using using java objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-637</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 30 Apr 2010 23:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-637</guid>
		<description>Thanks! I&#039;ll get a new release out this weekend. There are a few other fixes I need to get out there as well.  </description>
		<content:encoded><![CDATA[<p>Thanks! I&#039;ll get a new release out this weekend. There are a few other fixes I need to get out there as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developer</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-636</link>
		<dc:creator>developer</dc:creator>
		<pubDate>Fri, 30 Apr 2010 22:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-636</guid>
		<description>hi mike! 
i love your plugin :) 
but can you put in a protection for npe ? 
we are getting a npe on line 285 if SolrGrailsPlugin.groovy 
when clazzProp is null. 
 
if(clazzProp &amp;&amp; clazzProp.isAnnotationPresent(Solr) &amp;&amp; clazzProp.getAnnotation(Solr).asTextAlso()) { 
              doc.addField(&quot;${prefix}${prop.name}_t&quot;, docValue)      
            } 
 
vs  
 
if(clazzProp.isAnnotationPresent(Solr) &amp;&amp; clazzProp.getAnnotation(Solr).asTextAlso()) { 
              doc.addField(&quot;${prefix}${prop.name}_t&quot;, docValue)      
            } 
would you mind posting an update with this fix? 
or would you mind we post a version .1.1 as a bug fix plugin version? 
 </description>
		<content:encoded><![CDATA[<p>hi mike!<br />
i love your plugin <img src='http://mike.brevoort.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
but can you put in a protection for npe ?<br />
we are getting a npe on line 285 if SolrGrailsPlugin.groovy<br />
when clazzProp is null. </p>
<p>if(clazzProp &amp;&amp; clazzProp.isAnnotationPresent(Solr) &amp;&amp; clazzProp.getAnnotation(Solr).asTextAlso()) {<br />
              doc.addField(&quot;${prefix}${prop.name}_t&quot;, docValue)<br />
            } </p>
<p>vs  </p>
<p>if(clazzProp.isAnnotationPresent(Solr) &amp;&amp; clazzProp.getAnnotation(Solr).asTextAlso()) {<br />
              doc.addField(&quot;${prefix}${prop.name}_t&quot;, docValue)<br />
            }<br />
would you mind posting an update with this fix?<br />
or would you mind we post a version .1.1 as a bug fix plugin version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Brevoort</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-479</link>
		<dc:creator>Mike Brevoort</dc:creator>
		<pubDate>Fri, 26 Feb 2010 02:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-479</guid>
		<description>Thanks for the nudge, been crazy busy and just keeps getting bumped. I started back  up today a little and I&#039;m going to try and spend an hour a day on it.  I just want to get it to a place where I can release it with good docs and such. Definitely up for help after that! </description>
		<content:encoded><![CDATA[<p>Thanks for the nudge, been crazy busy and just keeps getting bumped. I started back  up today a little and I&#039;m going to try and spend an hour a day on it.  I just want to get it to a place where I can release it with good docs and such. Definitely up for help after that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BjoernKW</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-478</link>
		<dc:creator>BjoernKW</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-478</guid>
		<description>I haven&#039;t heard any news about the development of this plugin for quite some time. If you need any help just drop me a message. Having done some work with Solr before, I might be able to help. </description>
		<content:encoded><![CDATA[<p>I haven&#039;t heard any news about the development of this plugin for quite some time. If you need any help just drop me a message. Having done some work with Solr before, I might be able to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-449</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-449</guid>
		<description>I wish your plugin had been available a few months ago! 
I used solr in my project but what I have not been able to figure out is: if your grails app and solr reside on the same Tomcat server, how do you make sure solr is up and running before you start making calls from your app? 
 </description>
		<content:encoded><![CDATA[<p>I wish your plugin had been available a few months ago!<br />
I used solr in my project but what I have not been able to figure out is: if your grails app and solr reside on the same Tomcat server, how do you make sure solr is up and running before you start making calls from your app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-351</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-351</guid>
		<description>Yes, it will be licensed under Apache 2.0 </description>
		<content:encoded><![CDATA[<p>Yes, it will be licensed under Apache 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan Shrestha</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-346</link>
		<dc:creator>Roshan Shrestha</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-346</guid>
		<description>Can&#039;t wait for this plugin to be released!  
 
Will it be released under the Apache license? 
 
Thanks 
Roshan </description>
		<content:encoded><![CDATA[<p>Can&#039;t wait for this plugin to be released!  </p>
<p>Will it be released under the Apache license? </p>
<p>Thanks<br />
Roshan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cease</title>
		<link>http://mike.brevoort.com/2009/12/29/annotations-with-grails/comment-page-1/#comment-335</link>
		<dc:creator>cease</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://mike.brevoort.com/?p=215#comment-335</guid>
		<description>im also really interested in the solr plugin, if possible definitely submit article to dzone about it .  thanks </description>
		<content:encoded><![CDATA[<p>im also really interested in the solr plugin, if possible definitely submit article to dzone about it .  thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
